WhiteSur-gtk-theme/src/other/firefox/common/hide-single-tab.css
vinceliuice 9d48b3de80 update
2023-05-25 00:47:54 +08:00

13 lines
281 B
CSS

@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;
}
/* TODO: Hidde tabbar bottom border */