From fb1fcc3ff11fb32c1e3a49a6e36b73721bbbcd7c Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 28 Apr 2021 19:20:21 +0800 Subject: [PATCH] Update headerbar-urlbar.css --- .../firefox/WhiteSur/parts/headerbar-urlbar.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css b/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css index 55b8ecf..b4af4ba 100644 --- a/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css +++ b/src/other/firefox/WhiteSur/parts/headerbar-urlbar.css @@ -3,8 +3,8 @@ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; #urlbar { - --urlbar-height: 34.00px; - --urlbar-toolbar-height: 34.00px !important; + --urlbar-height: 32.00px; + --urlbar-toolbar-height: 32.00px !important; } /* Center the URL bar */ @@ -141,3 +141,12 @@ toolbarspring { background-color: transparent !important; fill-opacity: 1 !important; } + +.urlbar-icon { + height: 16px !important; + width: 16px !important; + margin-inline: 4px !important; + padding: 8px 0 !important; +} + +