mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-17 08:48:12 +00:00
Fixed #808
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user