Add top padding to rules/leaderboard screens in portrait mode

Prevents auth bar from overlapping back buttons. Back buttons
align to start instead of stretching full width.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:28:22 -05:00
parent 3261e6ee26
commit 1ba80606a7

View File

@ -5002,6 +5002,16 @@ body.mobile-portrait .game-header #leave-game-btn {
display: none !important; display: none !important;
} }
body.mobile-portrait .rules-container,
body.mobile-portrait .leaderboard-container {
padding-top: 40px;
}
body.mobile-portrait .rules-back-btn,
body.mobile-portrait .leaderboard-back-btn {
align-self: flex-start;
}
body.mobile-portrait .status-message { body.mobile-portrait .status-message {
font-size: 1.02rem; font-size: 1.02rem;
white-space: nowrap; white-space: nowrap;