From 0df451aa99468e4834cacceb373be24b12468e28 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:03:37 -0500 Subject: [PATCH] Enlarge local dealer chip to 34px and nudge further out 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 f4f16fe..b9e3815 100644 --- a/client/style.css +++ b/client/style.css @@ -4373,12 +4373,12 @@ input::placeholder { } .player-area .dealer-chip { - width: 30px; - height: 30px; - font-size: 14px; + width: 34px; + height: 34px; + font-size: 16px; border-width: 2px; - bottom: -13px; - left: -13px; + bottom: -18px; + left: -18px; } /* --- V3_03: Round End Reveal --- */