csd: Hide fullscreen window control when in DOM fullscreen (#618)

This commit is contained in:
Trevor 2023-05-09 21:35:59 -04:00 committed by GitHub
parent 914d849ddd
commit c1db382375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
} }
/* Force the restore button to appear regardless of maximize button's status */ /* 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; visibility: visible !important;
} }
:root[tabsintitlebar][inFullscreen]:not([inDOMFullscreen]) #titlebar .titlebar-buttonbox-container .titlebar-restore { :root[tabsintitlebar][inFullscreen]:not([inDOMFullscreen]) #titlebar .titlebar-buttonbox-container .titlebar-restore {