From aa9a8e695385eaf637409033dca41333fa779fad Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Mar 2021 09:55:38 +0200 Subject: [PATCH] needs important for proton --- chrome/hide_urlbar_first_row.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/hide_urlbar_first_row.css b/chrome/hide_urlbar_first_row.css index 9ca639b..11b8638 100644 --- a/chrome/hide_urlbar_first_row.css +++ b/chrome/hide_urlbar_first_row.css @@ -6,5 +6,5 @@ See the above repository for updates as well as full license text. */ #urlbar[usertyping] .urlbarView-row:not([type]):first-child, #urlbar[usertyping] .urlbarView-row[type="search"]:first-child, .urlbarView-row[type="tabtosearch"] { - display: none; + display: none !important; }