fenix-fox/chrome/menubar_in_toolbar.css
2019-01-15 16:58:40 +02:00

8 lines
No EOL
293 B
CSS

/* Makes menubar to appear in tabs toolbar pushing tabs to the side */
#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;
}