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