From 840399cd66b000e09106efea205ba0d26ea915ba Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 3 Jul 2025 20:21:58 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/tabsbar-alt.css | 8 ++++++++ src/other/firefox/Monterey/parts/tabsbar.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/other/firefox/Monterey/parts/tabsbar-alt.css b/src/other/firefox/Monterey/parts/tabsbar-alt.css index 88307918..86f90a1c 100644 --- a/src/other/firefox/Monterey/parts/tabsbar-alt.css +++ b/src/other/firefox/Monterey/parts/tabsbar-alt.css @@ -314,6 +314,14 @@ tab[selected]:-moz-window-inactive .tab-label { display: flex; } +.button-background { + &[type~="icon"]:not(.labelled), &:not(.labelled):has(img) { + &[size="small"] { + margin-bottom: 3px !important; + } + } +} + #TabsToolbar #alltabs-button { padding: 0 !important; visibility: collapse !important; diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 2e818941..2850c387 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -159,6 +159,14 @@ tab[selected]:-moz-window-inactive .tab-label { inset-inline-end: 0 !important; } +.button-background { + &[type~="icon"]:not(.labelled), &:not(.labelled):has(img) { + &[size="small"] { + margin-bottom: 3px !important; + } + } +} + .tabbrowser-tab .tab-icon-overlay:not([crashed]):is([soundplaying], [muted], [activemedia-blocked]) { background-color: transparent !important; }