handle fullscreen mode better

This commit is contained in:
MrOtherGuy
2021-05-15 12:13:32 +03:00
parent 0095829d1d
commit 6f24a1443f
6 changed files with 21 additions and 5 deletions

View File

@@ -62,3 +62,9 @@ Window controls will be all wrong without it
}
:root:not([customizing]) #toolbar-menubar[autohide][inactive] > #menubar-items{ pointer-events: none; opacity: 0 }
:root[sizemode="fullscreen"] .titlebar-buttonbox-container{ display: none !important; }
:root[sizemode="fullscreen"] #TabsToolbar > #window-controls{
z-index: 2;
top: calc(var(--tab-min-height) + 2 * var(--proton-tab-block-margin,0px));
}