fenix-fox/chrome/menubar_in_toolbar.css

8 lines
293 B
CSS
Raw Normal View History

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;
}