disable solobar hide
This commit is contained in:
parent
9d4a6dc0b9
commit
f4d64b9497
@ -400,15 +400,19 @@ The tabs container
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Hide solo tab */
|
/* Hide solo tab */
|
||||||
|
/*
|
||||||
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type {
|
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* Hide New Tab Button immediately next to solo tab */
|
/* Hide New Tab Button immediately next to solo tab */
|
||||||
|
/*
|
||||||
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type + toolbarbutton {
|
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:only-of-type + toolbarbutton {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* Stretch Tabs */
|
/* Stretch Tabs */
|
||||||
.tabbrowser-tab[fadein]:not([pinned]) {
|
.tabbrowser-tab[fadein]:not([pinned]) {
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
|
Reference in New Issue
Block a user