From fd143b1cc6f3839bf3ae5e913c059245e7112422 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 10 Mar 2021 10:16:10 +0200 Subject: [PATCH] modify padding & margins around urlbar --- chrome/compact_proton.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index 9cd6fa4..8770265 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -13,7 +13,8 @@ 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: 3px !important; } +#urlbar-container{ padding-block: 0px !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 */ #nav-bar{ box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important;