This commit is contained in:
vinceliuice 2023-02-17 13:59:45 +08:00
parent 194ea65fba
commit 9ee36cbd1d
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,7 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs tab:only-of-type { #tabbrowser-tabs tab:only-of-type,
#TabsToolbar #alltabs-button {
display: none !important; display: none !important;
} }

View File

@ -13,8 +13,7 @@
/* Tabs bar height */ /* Tabs bar height */
#tabbrowser-tabs, #tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox { #tabbrowser-tabs arrowscrollbox {
height: 32px !important; min-height: 0 !important;
min-height: 32px !important;
--tab-min-height: 32px !important; --tab-min-height: 32px !important;
} }
@ -315,7 +314,7 @@ tab[selected]:-moz-window-inactive {
margin: 0 !important; margin: 0 !important;
border-radius: 0 !important; border-radius: 0 !important;
min-width: 32px !important; min-width: 32px !important;
height: 32px !important; min-height: 32px !important;
padding: 0 !important; padding: 0 !important;
} }