From d55f84536814238d8ea79acdae47dbdf269953f1 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Tue, 8 Feb 2022 17:27:52 +0100 Subject: fixed window buttons not able to be clicked Also fixes section buttons not being able to be clicked. --- src/app/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/app/main.css b/src/app/main.css index de9a50e..94ef767 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -323,7 +323,7 @@ img {pointer-events: none} } .contentContainer { - width: 90%; + width: 85%; color: white; flex-grow: 1; opacity: 1.0; @@ -561,18 +561,18 @@ code { /* drag control */ #bgHolder, -.mainContainer, +.contentContainer, .gamesContainer { user-select: none; -webkit-app-region: drag; } #overlay.shown ~ #bgHolder, -#overlay.shown ~ .mainContainer, +#overlay.shown ~ .contentContainer, #overlay.shown ~ .gamesContainer { -webkit-app-region: no-drag; } -a, button, .contentMenu li, #close, #nsRelease, #vpReleaseNotes, .mod, #overlay, #modsdiv { +a, button, #close, #nsRelease, #vpReleaseNotes, .mod, #overlay, #modsdiv, #winbtns, .contentMenu { -webkit-app-region: no-drag; } -- cgit v1.2.3