From 8c5e03127f608b72b61a09c6ffb375da0c2e208e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 30 Jun 2021 09:11:19 +0300 Subject: [PATCH] use opacity:0 to instead of visibility:hidden to hide urlbar children --- chrome/selected_tab_as_urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index 3aae652..7737f80 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -15,7 +15,7 @@ See the above repository for updates as well as full license text. */ :root[sizemode="normal"] #urlbar-container{ margin-inline: 40px !important; } -#urlbar-input-container > :not(.urlbar-input-box){ visibility: hidden } +#urlbar-input-container > :not(.urlbar-input-box){ opacity: 0 } #urlbar-background{ background: transparent !important;