mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-03-29 16:50:54 +00:00
22 lines
401 B
CSS
22 lines
401 B
CSS
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
#TabsToolbar {
|
|
min-height: 0 !important;
|
|
|
|
#tabbrowser-tabs tab:only-of-type,
|
|
#alltabs-button {
|
|
display: none !important;
|
|
}
|
|
|
|
.tab-background,
|
|
.tab-stack {
|
|
min-height: 0 !important;
|
|
}
|
|
|
|
#tabbrowser-tabs,
|
|
#tabbrowser-tabs arrowscrollbox {
|
|
min-height: 0 !important;
|
|
--tab-min-height: 0 !important;
|
|
}
|
|
}
|