From a15bb48d1807f03fe69dd725aa2fa770f9ee9dde Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 5 Dec 2025 05:30:51 -0800 Subject: [PATCH] :wrench: Adjusted firefox css --- firefox_preferences/chrome/userChrome.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index a76eec65..0ce9ea0d 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -5,11 +5,33 @@ --toolbar-field-focus-border-color: #2c77ac; } +/* remove/adjust radius from buttons and tabs */ +*|*:root { + --toolbarbutton-border-radius: 3px !important; + --tab-border-radius: 3px !important; + --toolbarbutton-outer-padding: 2px !important; + /*--toolbarbutton-inner-padding: 8px !important;*/ + --toolbar-start-end-padding: 2px !important; +} + +/* remove/adjust margin fron tabs */ +.tab-background { + margin-block: 2px !important; +} + +/* remove/adjust padding between tabs */ +.tabbrowser-tab { + padding-inline: 2px !important; +} + + /* #url-go-button, */ #urlbar-zoom-button, #tracking-protection-icon-container, #back-button, +#back-button>*, #forward-button, +#forward-button>*, #stop-button, #reload-button, /* #statuspanel, */ @@ -71,6 +93,7 @@ toolbar>* { background-color: #14161b !important; } + #nav-bar toolbarspring { /* min-width: 55px !important; */ /* max-width: 65px !important; */