Fixed #808
This commit is contained in:
parent
194ea65fba
commit
9ee36cbd1d
@ -1,6 +1,7 @@
|
||||
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#tabbrowser-tabs tab:only-of-type {
|
||||
#tabbrowser-tabs tab:only-of-type,
|
||||
#TabsToolbar #alltabs-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
@ -13,8 +13,7 @@
|
||||
/* Tabs bar height */
|
||||
#tabbrowser-tabs,
|
||||
#tabbrowser-tabs arrowscrollbox {
|
||||
height: 32px !important;
|
||||
min-height: 32px !important;
|
||||
min-height: 0 !important;
|
||||
--tab-min-height: 32px !important;
|
||||
}
|
||||
|
||||
@ -315,7 +314,7 @@ tab[selected]:-moz-window-inactive {
|
||||
margin: 0 !important;
|
||||
border-radius: 0 !important;
|
||||
min-width: 32px !important;
|
||||
height: 32px !important;
|
||||
min-height: 32px !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user