From 5a01b87b358010d92ab7fc0c4a246df158449ccd Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 20 Mar 2023 23:09:33 -0700 Subject: [PATCH] :memo: Updated userchrome due to ui breakage from mozilla --- firefox_preferences/chrome/userChrome.css | 35 +++++++++++++++++++---- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index fcd5d55d..4e30be13 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -22,6 +22,12 @@ display: none !important; } +#PanelUI-button { + padding: 0 !important; + margin: 0 !important; + border: none !important; +} + #urlbar-input::placeholder { color: transparent; } @@ -41,7 +47,7 @@ toolbar > * { } .tab-background[selected="true"] { - background: #1b1d24 !important; + background: #1b1d24 !important; } #urlbar-background { @@ -49,9 +55,28 @@ toolbar > * { } #nav-bar toolbarspring { - /* min-width: 55px !important; */ - /* max-width: 65px !important; */ - min-width: 25px !important; - max-width: 35px !important; + /* min-width: 55px !important; */ + /* max-width: 65px !important; */ + min-width: 25px !important; + max-width: 35px !important; } +/* cuz mozilla be stupid sometimes */ +#unified-extensions-view { + --uei-icon-size: 16px; +} +.unified-extensions-item-menu-button.subviewbutton { + padding: 2px !important; +} +.unified-extensions-item-message-deck { + display: none; +} +#unified-extensions-view > vbox > vbox > .unified-extensions-item { + padding-block: 0px !important; +} +.unified-extensions-item-menu-button { + margin-inline-end: 0 !important; +} +.unified-extensions-list .unified-extensions-item-menu-button { + margin-inline-end: 8px !important; +}