Tabs on bottom menubar on top patch at non activated menubar (#182)
This commit is contained in:
parent
5b67ff233a
commit
d7f813e96b
1 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,10 @@ See the above repository for updates as well as full license text. */
|
|||
/* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */
|
||||
:root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
|
||||
|
||||
#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }
|
||||
#navigator-toolbox{
|
||||
-moz-window-dragging: drag;
|
||||
padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding, 0px)) !important;
|
||||
}
|
||||
:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }
|
||||
#toolbar-menubar{
|
||||
position: fixed;
|
||||
|
@ -41,8 +44,5 @@ See the above repository for updates as well as full license text. */
|
|||
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
|
||||
|
||||
:root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #TabsToolbar > .titlebar-buttonbox-container {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
#toolbar-menubar.browser-toolbar > .titlebar-buttonbox-container{
|
||||
visibility: visible
|
||||
height: var(--uc-menubar-height);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue