disable solobar hide

This commit is contained in:
Gerome Matilla 2020-08-11 15:10:03 +08:00
parent 9d4a6dc0b9
commit f4d64b9497
1 changed files with 5 additions and 1 deletions

View File

@ -400,15 +400,19 @@ The tabs container
}
/* Hide solo tab */
/*
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type {
visibility: collapse;
}
*/
/* Hide New Tab Button immediately next to solo tab */
/*
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type + toolbarbutton {
visibility: collapse;
}
*/
/* Stretch Tabs */
.tabbrowser-tab[fadein]:not([pinned]) {
max-width: none !important;