From c1db38237569327a5cd9591afeefc515f5f1b1a5 Mon Sep 17 00:00:00 2001 From: Trevor <25140503+trevnels@users.noreply.github.com> Date: Tue, 9 May 2023 21:35:59 -0400 Subject: [PATCH] csd: Hide fullscreen window control when in DOM fullscreen (#618) --- theme/parts/csd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/csd.css b/theme/parts/csd.css index d05433c..6fd0e29 100644 --- a/theme/parts/csd.css +++ b/theme/parts/csd.css @@ -70,7 +70,7 @@ } /* Force the restore button to appear regardless of maximize button's status */ -:root[tabsintitlebar][inFullscreen] #titlebar .titlebar-buttonbox-container { +:root[tabsintitlebar][inFullscreen]:not([inDOMFullscreen]) #titlebar .titlebar-buttonbox-container { visibility: visible !important; } :root[tabsintitlebar][inFullscreen]:not([inDOMFullscreen]) #titlebar .titlebar-buttonbox-container .titlebar-restore {