This commit is contained in:
vinceliuice 2023-07-21 23:44:15 +08:00
parent 679d6f99a8
commit 3f6bd6c7bc

View file

@ -1,5 +1,9 @@
@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-min-height: 0 !important;
}
#tabbrowser-tabs tab:only-of-type, #tabbrowser-tabs tab:only-of-type,
#TabsToolbar #alltabs-button { #TabsToolbar #alltabs-button {
display: none !important; display: none !important;
@ -8,5 +12,3 @@
.tab-background, .tab-stack { .tab-background, .tab-stack {
min-height: 0 !important; min-height: 0 !important;
} }
/* TODO: Hidde tabbar bottom border */