This commit is contained in:
Dan 2026-01-21 07:12:18 +00:00
parent 616ae4fa4c
commit 3e2d6c6a5c
2 changed files with 40 additions and 5 deletions

View file

@ -407,11 +407,9 @@ body.game-in-progress {
pointer-events: none;
user-select: none;
opacity: 0;
transition: all 0.3s ease;
}
bottom: 10%;
transition: all 0.3s ease;
}
.crt-monitor {
@ -427,7 +425,6 @@ body.game-in-progress {
pointer-events: none;
user-select: none;
opacity: 0;
transition: all 0.3s ease;
}
.navigation {
@ -435,6 +432,6 @@ body.game-in-progress {
pointer-events: none;
user-select: none;
opacity: 0;
transition: all 0.3s ease;
display: none;
}
}