Adjust local player dealer chip size and position

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 20:00:46 -05:00
parent 9c08b4735a
commit 8d7b024525

View File

@ -4373,12 +4373,12 @@ input::placeholder {
} }
.player-area .dealer-chip { .player-area .dealer-chip {
width: 26px; width: 30px;
height: 26px; height: 30px;
font-size: 13px; font-size: 14px;
border-width: 2px; border-width: 2px;
bottom: -8px; bottom: -13px;
left: -8px; left: -13px;
} }
/* --- V3_03: Round End Reveal --- */ /* --- V3_03: Round End Reveal --- */