diff --git a/scripts/index.js b/scripts/index.js index d157109..1f43c4d 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -1254,6 +1254,7 @@ function menuModal() { '
' + '', theme: window.game.theme, animation: 'left', diff --git a/styles/index.css b/styles/index.css index 1e8051d..39f8c6f 100644 --- a/styles/index.css +++ b/styles/index.css @@ -234,7 +234,7 @@ body { opacity: 1; transition: opacity 2s; object-fit: scale-down; - max-height: min(335px, -40px + 85vw); + max-height: min(335px, -40px + 75vw); user-select: none; }