Fix mobile-portrait override resetting container margin-top to 0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e38d8c1561
commit
197595fc4d
@ -5018,7 +5018,7 @@ body.mobile-portrait .game-header #leave-game-btn {
|
||||
|
||||
body.mobile-portrait .rules-container,
|
||||
body.mobile-portrait .leaderboard-container {
|
||||
margin-top: 0;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
body.mobile-portrait .status-message {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user