From 8d7b02452508d278261364cce7e792c6c7a623ee Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:00:46 -0500 Subject: [PATCH] Adjust local player dealer chip size and position Co-Authored-By: Claude Opus 4.6 --- client/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/style.css b/client/style.css index 844a707..f4f16fe 100644 --- a/client/style.css +++ b/client/style.css @@ -4373,12 +4373,12 @@ input::placeholder { } .player-area .dealer-chip { - width: 26px; - height: 26px; - font-size: 13px; + width: 30px; + height: 30px; + font-size: 14px; border-width: 2px; - bottom: -8px; - left: -8px; + bottom: -13px; + left: -13px; } /* --- V3_03: Round End Reveal --- */