Files
firefox-csshacks/chrome/menubar_in_tabs_toolbar.css
2025-11-02 06:23:35 +02:00

17 lines
560 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/menubar_in_tabs_toolbar.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
#toolbar-menubar > .titlebar-buttonbox-container,
#toolbar-menubar > spacer{ display: none; }
#main-menubar{
flex-grow: 1 !important;
}
:root:not([customizing]) #toolbar-menubar[autohide][inactive]{ max-width: 0 }
#TabsToolbar > .titlebar-buttonbox-container{
display: flex !important;
visibility: visible !important;
}