update
This commit is contained in:
vinceliuice 2024-12-01 00:04:30 +08:00
parent caceb1d0d6
commit 05a40f8c5e
2 changed files with 21 additions and 21 deletions

View File

@ -12,10 +12,6 @@
min-height: 32px !important; min-height: 32px !important;
} }
#TabsToolbar-customization-target {
padding-bottom: 6px !important;
}
#TabsToolbar #tabbrowser-tabs, #TabsToolbar #tabbrowser-tabs,
#TabsToolbar #tabbrowser-tabs arrowscrollbox { #TabsToolbar #tabbrowser-tabs arrowscrollbox {
min-height: 32px !important; min-height: 32px !important;
@ -33,7 +29,7 @@
} }
#TabsToolbar tab > stack { #TabsToolbar tab > stack {
margin: 0 3px !important; margin: 6px 3px !important;
} }
:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */ :root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */
@ -44,10 +40,13 @@
width: 8px !important; width: 8px !important;
} }
.tabbrowser-tab,
.tab-background { .tab-background {
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
}
#TabsToolbar .tabbrowser-tab,
#TabsToolbar .tab-background {
border-radius: 8px !important; border-radius: 8px !important;
padding: 0 !important; padding: 0 !important;
background-image: none !important; background-image: none !important;
@ -321,7 +320,7 @@ tab[selected]:-moz-window-inactive .tab-label {
#TabsToolbar #tabs-newtab-button, #TabsToolbar #tabs-newtab-button,
#TabsToolbar #new-tab-button { #TabsToolbar #new-tab-button {
min-height: 32px !important; min-height: 32px !important;
margin: 0 2px !important; margin: 6px 2px !important;
padding: 0 10px !important; padding: 0 10px !important;
border-radius: 8px !important; border-radius: 8px !important;
} }

View File

@ -1,20 +1,21 @@
@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,
#TabsToolbar #alltabs-button {
display: none !important;
}
.tab-background, .tab-stack {
min-height: 0 !important;
}
#TabsToolbar { #TabsToolbar {
min-height: 0 !important; min-height: 0 !important;
}
#tabbrowser-tabs, #tabbrowser-tabs tab:only-of-type,
#tabbrowser-tabs arrowscrollbox { #alltabs-button {
display: none !important;
}
.tab-background,
.tab-stack {
min-height: 0 !important;
}
#tabbrowser-tabs,
#tabbrowser-tabs arrowscrollbox {
min-height: 0 !important; min-height: 0 !important;
--tab-min-height: 0 !important; --tab-min-height: 0 !important;
}
} }