diff --git a/css/games.css b/css/games.css index 563b44d..15aba73 100755 --- a/css/games.css +++ b/css/games.css @@ -49,7 +49,7 @@ game img { transform: scale(1.1); filter: drop-shadow(0 0 5px var(--color-1)) } -#games, #starredgames { +#games, #starredgames, #topGames { width: 90vw; display: flex; flex-direction: row; @@ -63,11 +63,11 @@ game img { font-size: 24px; color: var(--color-1); } -#starredHeader, #allHeader { +#starredHeader, #allHeader, #topHeader { font-size: 32px; color: var(--color-1); } -#noResults, #starredHeader, #allHeader { +#noResults, #starredHeader, #allHeader, #topHeader { display: none; } body { diff --git a/css/main.css b/css/main.css index 532d49d..cae5684 100755 --- a/css/main.css +++ b/css/main.css @@ -108,7 +108,7 @@ option:hover { option:focus { background: color-mix(in srgb, var(--color-2) 60%, var(--color-4) 40%); } -mobile-warning { +mobile-warning, loading-game { position: absolute; top: 0; left: 0; diff --git a/index.html b/index.html index 0b8de2e..b1228d2 100755 --- a/index.html +++ b/index.html @@ -57,7 +57,38 @@

your device is not supported!

please rotate your screen for the best experience.

+

we are loading your game!

please allow us to fetch the data first, this should only take a second.