dotfiles-ancient/.config/firefox-chrome-custom/userChrome.css
Vladan Popovic 43d8fab5bb Hide default firefox tabs
Not needed when using tree style tabs.
2019-10-31 20:33:32 +01:00

4 lines
69 B
CSS

/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}