dotfiles/firefox/userChrome.css

7 lines
232 B
CSS
Raw Normal View History

2022-05-10 21:03:26 +02:00
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}