From 47111e79b5b77430753229dc396bbfd286b6c864 Mon Sep 17 00:00:00 2001 From: "Jan-T. Brinkmann" Date: Sun, 19 Sep 2021 15:57:33 +0000 Subject: [PATCH] fix window_control_placeholder_support showing buttons on fullscreen (#147) --- chrome/window_control_placeholder_support.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/window_control_placeholder_support.css b/chrome/window_control_placeholder_support.css index 0d0eeb5..847a5f9 100644 --- a/chrome/window_control_placeholder_support.css +++ b/chrome/window_control_placeholder_support.css @@ -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;