Add top padding to mobile lobby screen to clear auth bar from logo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 13:10:39 -05:00
parent 76cbd4ae22
commit 06d52a9d2c

View File

@ -5339,7 +5339,7 @@ body.mobile-portrait #mobile-bottom-bar .mobile-bar-btn.active {
/* --- Mobile: Non-game screens --- */ /* --- Mobile: Non-game screens --- */
body.mobile-portrait #lobby-screen { body.mobile-portrait #lobby-screen {
padding: 50px 12px 15px; padding: 55px 12px 15px;
overflow-y: auto; overflow-y: auto;
max-height: 100dvh; max-height: 100dvh;
} }