fix window_control_placeholder_support showing buttons on fullscreen (#147)
This commit is contained in:
parent
2a3c116fd1
commit
47111e79b5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue