- Kusonjululiwe
- Okugcinwe kunqolobane
Hide Tab bar if there is only one tab
Hello! I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows): tab:only-of-type, tab:only-of-type + #tabs-newtab-button { … (funda kabanzi)
Hello!
I have been using this userChrome.css code to hide the tab bar if there is only one tab (on Windows):
tab:only-of-type, tab:only-of-type + #tabs-newtab-button {
display: none !important;
}
#tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs > .tabbrowser-arrowscrollbox { min-height: 0 !important;
}
Since one of the recent Firefox updates, this code does no longer work. Maybe because there is a new element in the tab bar: A drop-down list at the right.
Any idea how to make the above code work again?
Peter