Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

Firefox 75 broke some tweaks in my userChrome.css (tabbar) #172

Closed ClarusAD closed 4 years ago

ClarusAD commented 4 years ago

With Firefox 75, how to hide tab bar (tabbar) when only one tab is open ? It was working fine before

ClarusAD commented 4 years ago

SOLVED !

/ on mac feux tricolores /

nav-bar { padding-left : 80px }

/ hide tab bar if only one tab / tab:only-of-type { display:none !important }

titlebar { margin-top:-28px }

/ set the height on the tabs instead / tab { margin-top : 28px !important ; height : 28px ; }

Timvde commented 4 years ago

That's not a style that's already in the repository, right? Could you make a pull request?

What does "on mac feux tricolores" mean?