mid update

This commit is contained in:
sky
2025-09-27 20:54:26 -04:00
parent 7fca0fbde6
commit 6b448258ea
6 changed files with 59 additions and 14 deletions

View File

@ -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 {

View File

@ -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;