From daf42786d5033ab309f7d3fff5ab169a5320e2b8 Mon Sep 17 00:00:00 2001 From: Suitangi Uil Date: Fri, 23 Feb 2024 16:50:30 -0800 Subject: [PATCH] Fixed small screen overlap, added twitter link --- scripts/index.js | 1 + styles/index.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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() { '
' + '
Developed with favorite by Suitangi' + '
Report a Bug' + + '
Twitter' + '
Buy me a Drink
', 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; }