diff options
-rw-r--r-- | src/app/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |