2019-01-30 14:13:42 +00:00
|
|
|
/* Menubar on top patch - use with Fx65_tabs_on_bottom.css */
|
|
|
|
/* Only really useful if menubar is ALWAYS visible */
|
|
|
|
|
2019-02-06 11:15:16 +00:00
|
|
|
:root{ --uc-window-control-width: 0px !important }
|
|
|
|
|
2019-05-05 12:15:27 +00:00
|
|
|
#navigator-toolbox{ margin-top: 29px }
|
2020-05-06 16:23:44 +00:00
|
|
|
|
2019-01-30 14:13:42 +00:00
|
|
|
#toolbar-menubar{
|
|
|
|
position: fixed;
|
2020-05-06 16:23:44 +00:00
|
|
|
display: flex;
|
2019-02-06 11:15:16 +00:00
|
|
|
top: var(--uc-titlebar-padding,0px);
|
2019-05-05 12:15:27 +00:00
|
|
|
height: 29px;
|
2019-01-30 14:13:42 +00:00
|
|
|
margin-top:1px;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2020-05-06 16:23:44 +00:00
|
|
|
#toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
|
|
|
|
|
|
|
|
#toolbar-menubar > [flex]{ flex-grow: 100; }
|
|
|
|
#toolbar-menubar > spacer[flex]{ order: 99; flex-grow: 1; }
|
|
|
|
|
2019-01-30 14:13:42 +00:00
|
|
|
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
|
|
|
|
|
2020-05-06 16:23:44 +00:00
|
|
|
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
|