From d9635151466b4327591369fc0759b808787e0f22 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 3 Mar 2023 01:58:56 -0800 Subject: [PATCH] :memo: Updated userChrome.css to remove settings button --- firefox_preferences/chrome/userChrome.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index 4b8dcb58..fcd5d55d 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -17,6 +17,7 @@ .tab-icon-image, #tabs-newtab-button > .toolbarbutton-icon, /* .tab-label-container, */ +#PanelUI-menu-button, .tab-close-button { display: none !important; } @@ -48,6 +49,9 @@ toolbar > * { } #nav-bar toolbarspring { - min-width: 55px !important; - max-width: 65px !important; + /* min-width: 55px !important; */ + /* max-width: 65px !important; */ + min-width: 25px !important; + max-width: 35px !important; } +