From fe9ab09266aee1fac684d68d3debeb1ede7dc0fb Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:26:35 -0700 Subject: [PATCH] fix? --- public/home/game/index.html | 9 ++++----- public/resources/styles/themes/default.css | 6 +++--- src/resources/scripts/main.ts | 4 ++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/public/home/game/index.html b/public/home/game/index.html index 3fc9297..5c4340d 100644 --- a/public/home/game/index.html +++ b/public/home/game/index.html @@ -11,8 +11,9 @@ +
- +
@@ -120,12 +121,10 @@
- +
diff --git a/public/resources/styles/themes/default.css b/public/resources/styles/themes/default.css index 8731f39..0f8e178 100644 --- a/public/resources/styles/themes/default.css +++ b/public/resources/styles/themes/default.css @@ -18,12 +18,12 @@ body { justify-content: center; } -.ads-container { +/*.ads-container { display: none; -} +}*/ .launcher { - width: 75vw; + width: 65vw; height: 95vh; margin: 15px auto 0 auto; background-color: #333; diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 66a4572..7d56986 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -326,7 +326,7 @@ if (window.location.pathname === '/') { } */ serviceworker.register('/sw.js'); } else { - if (storage.local.get('showAds') !== false) { + /*if (storage.local.get('showAds') !== false) { const googleAdsScript = document.createElement('script'); googleAdsScript.async = true; googleAdsScript.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1132419379737567'; @@ -341,7 +341,7 @@ if (window.location.pathname === '/') { adsContainer.style.display = 'block'; } }); - } + }*/ document.addEventListener('DOMContentLoaded', () => { const profileName = document.getElementById('profile-name');