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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user