mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
8 lines
No EOL
293 B
CSS
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;
|
|
} |