Move player dealer chip to top-left corner on mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 13:33:04 -05:00
parent d322403764
commit 94e2bdaaa7

View File

@ -5160,8 +5160,9 @@ body.mobile-portrait .player-area .dealer-chip {
height: 22px;
font-size: 11px;
border-width: 2px;
bottom: -4px;
left: -4px;
bottom: auto;
top: -8px;
left: -8px;
}
body.mobile-portrait .player-area h4 {