dotfiles/firefox/userChrome.css
2022-05-10 21:03:26 +02:00

7 lines
No EOL
232 B
CSS

#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}