|
|
|
|
|
by guns
3193 days ago
|
|
Thanks for this tip! Private browsing mode causes the tab bar to reappear (though the tabs are still hidden), so I found that the selector #TabsToolbar works even better. Also, the large, bright sidebar header can be hidden with the #sidebar-header selector. Combining those, we have: #TabsToolbar, #sidebar-header { visibility: collapse !important; }
|
|
I've also changed the style of TSTs in the add-on settings (all the way at the bottom; not in userChrome.css) such that the tabs don't take up as much vertical space and to hide the close box button (and only show it on the mouse-over event):
You can make `.tab` even tighter: