skynet/firefox/userChrome.css

5 lines
69 B
CSS
Raw Normal View History

2023-09-09 09:07:08 -05:00
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}