From 026b2b245fb4e77dd5a326dc96ab285523075146 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Fri, 19 Sep 2025 13:40:34 +0200 Subject: [PATCH] feat: Hide the urlbar separator if there are no results, b=no-bug, c=common --- src/zen/common/styles/zen-omnibox.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/zen/common/styles/zen-omnibox.css b/src/zen/common/styles/zen-omnibox.css index 82694efdf..960205d9d 100644 --- a/src/zen/common/styles/zen-omnibox.css +++ b/src/zen/common/styles/zen-omnibox.css @@ -659,4 +659,8 @@ & .action-contextualidentity { display: none; } + + .urlbarView[noresults] > .urlbarView-body-outer > .urlbarView-body-inner > & { + display: none; + } }