Don't remove window control placeholder space in fullscreen mode
This commit is contained in:
parent
1d415561a2
commit
4e66bf4d64
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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 */
|
||||
#nav-bar{ border-inline-width: 0 }
|
||||
: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 }
|
||||
:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }
|
||||
|
|
Loading…
Reference in a new issue