From b43f70e395d5affb3758b48801d2ae1ed10252ff Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 May 2021 21:52:33 +0300 Subject: [PATCH] don't modify padding around urlbar-container, should fix #106 --- chrome/compact_proton.css | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index f2bf3a3..e3bab99 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -17,7 +17,6 @@ See the above repository for updates as well as full license text. */ menupopup > menuitem, menupopup > menu{ padding-block: 0.3em !important; } -#urlbar-container{ padding-block: 2px !important; } #urlbar-background{ margin-block: 1px } /* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */