Fixed #787
This commit is contained in:
parent
679d6f99a8
commit
3f6bd6c7bc
1 changed files with 4 additions and 2 deletions
|
@ -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 */
|
|
||||||
|
|
Loading…
Reference in a new issue