2020-06-07 15:56:34 +00:00
|
|
|
/* 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
|
2020-05-22 05:13:58 +00:00
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2023-03-11 10:26:07 +00:00
|
|
|
:root:not([customizing]) #titlebar{
|
|
|
|
-moz-box-orient: horizontal; /* Fx <112 compatibility */
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2021-03-21 08:48:07 +00:00
|
|
|
#toolbar-menubar > .titlebar-buttonbox-container,
|
|
|
|
#toolbar-menubar > spacer{ display: none; }
|
|
|
|
|
2023-03-11 10:26:07 +00:00
|
|
|
#main-menubar{
|
|
|
|
-moz-box-flex: 1; /* Fx <112 compatibility */
|
|
|
|
flex-grow: 1 !important;
|
|
|
|
}
|
2021-03-21 08:48:07 +00:00
|
|
|
:root:not([customizing]) #toolbar-menubar[autohide][inactive]{ max-width: 0 }
|
|
|
|
|
|
|
|
#TabsToolbar > .titlebar-buttonbox-container{
|
2023-03-11 10:26:07 +00:00
|
|
|
display: flex !important;
|
2021-03-21 08:48:07 +00:00
|
|
|
visibility: visible !important;
|
2020-06-07 15:56:34 +00:00
|
|
|
}
|
|
|
|
|