mobile-config-firefox/chrome/menubar_in_toolbar.css

11 lines
519 B
CSS
Raw Normal View History

2020-05-22 07:13:58 +02:00
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/menubar_in_toolbar.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
2019-01-15 15:58:40 +01:00
/* Makes menubar to appear in tabs toolbar pushing tabs to the side */
2018-10-21 17:44:14 +02:00
#toolbar-menubar:not([inactive]) ~ #TabsToolbar{
margin-left:300px !important;
margin-top: -26px !important;
}
:root[sizemode="maximized"] #toolbar-menubar:not([inactive]) ~ #TabsToolbar{
margin-top: -28px !important;
}