Add bottom margin to mobile player area for border breathing room

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 14:43:34 -05:00
parent 65b4af9831
commit 9d5f433d7f

View File

@ -5160,6 +5160,7 @@ body.mobile-portrait .player-area {
border-radius: 8px;
width: auto;
display: inline-block;
margin-bottom: 6px;
}
body.mobile-portrait .player-area .dealer-chip {