fix window_control_placeholder_support showing buttons on fullscreen (#147)

This commit is contained in:
Jan-T. Brinkmann 2021-09-19 15:57:33 +00:00 committed by GitHub
parent 2a3c116fd1
commit 47111e79b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,9 @@ See the above repository for updates as well as full license text. */
--uc-window-drag-space-width: 24px; /* Extra space reserved on both sides of the nav-bar to be able to drag the window */
}
:root[sizemode="fullscreen"] .titlebar-buttonbox-container{ display: none !important }
:root[sizemode="fullscreen"] #navigator-toolbox { position: relative; }
:root[sizemode="fullscreen"] #window-controls{
position: fixed;
position: absolute;
display: flex;
top: 0;
right:0;