feat: continuous pulse glow when lobby is full, add horizontal offset for player list

Make the header meter pulse animation loop indefinitely (1.2s
ease-in-out) while playerCount equals maxPlayers. Stops when a
player leaves. Also add horizontal offset control for the player
list positioning.

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-20 15:15:09 -04:00
parent 4c56b7f8f9
commit 06e375ccdc
3 changed files with 14 additions and 14 deletions

View File

@@ -52,7 +52,7 @@
}
#header.meter-full-pulse {
animation: meter-full-pulse 0.6s ease-out;
animation: meter-full-pulse 1.2s ease-in-out infinite;
}
#footer {