From 295a8a28fcbd52f5c8eceff9f6a6ec3bc4b32f52 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 8 Dec 2024 23:33:46 +0100 Subject: fix firefox userchrome with sidebar.revamp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .../firefox/hibiki.default/chrome/user.urlbar.css | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .mozilla/firefox/hibiki.default/chrome/user.urlbar.css (limited to '.mozilla/firefox/hibiki.default/chrome/user.urlbar.css') diff --git a/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css b/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css new file mode 100644 index 0000000..158c59b --- /dev/null +++ b/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css @@ -0,0 +1,60 @@ +/* = URLBAR STUFF =========================================================== */ + +#urlbar-container { + --urlbar-container-height: 29px !important; + --urlbar-container-padding: 0px !important; +} + +#urlbar { + --urlbar-height: var(--urlbar-container-height) !important; + --urlbar-toolbar-height: var(--urlbar-container-height) !important; +} + +#urlbar-background { + border: none !important; +} + +#urlbar:not([focused="true"])>#urlbar-background { + background-color: var(--toolbar-bgcolor) !important; +} + +#urlbar-input-container { + padding-right: 5px !important; + border: none !important; +} + +#urlbar-results, +.urlbarView-row { + padding-top: 0px !important; + padding-bottom: 0px !important; +} + +.search-one-offs { + padding-block: 0px !important; +} + +.search-panel-one-offs { + padding-left: 7px !important; +} + +.searchbar-engine-one-off-item { + margin: 0px !important; +} + +/* make sure the lock icon aligns with the collapsed sidebar */ +#urlbar-container { + padding-block: 0 !important; + margin-left: 0 !important; +} + +#tracking-protection-icon-container { + padding: 0 6px !important; +} + +#identity-box { + margin-inline-start: var(--identity-box-margin-inline); +} + +#tracking-protection-icon-container { + padding-left: 8px !important; +} -- cgit 1.4.1