Update gnomeTheme.hideSingleTab to Firefox 110 changes

Fixes #552
This commit is contained in:
Rafael Mardojai CM 2023-02-15 14:34:15 -05:00
parent 50d5bb2931
commit 356ad32b0c
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 3 additions and 3 deletions

View File

@ -451,9 +451,9 @@ tab {
/* OPTIONAL: Hide single tab */
@supports -moz-bool-pref("gnomeTheme.hideSingleTab") {
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:not([pinned]),
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:not([pinned]) ~ toolbarbutton,
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:not([pinned]) ~ #tabbrowser-arrowscrollbox-periphery {
#tabbrowser-tabs tab:only-of-type,
#tabbrowser-tabs tab:only-of-type ~ toolbarbutton,
#tabbrowser-tabs tab:only-of-type ~ #tabbrowser-arrowscrollbox-periphery {
visibility: collapse;
}
}