From 28a0f90374ae5ce04ec2bffeb42f4232528695ff Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:05:54 -0500 Subject: [PATCH] Restore dealer chip to 38px and shift 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 b9e3815..71199ef 100644 --- a/client/style.css +++ b/client/style.css @@ -4373,12 +4373,12 @@ input::placeholder { } .player-area .dealer-chip { - width: 34px; - height: 34px; - font-size: 16px; + width: 38px; + height: 38px; + font-size: 18px; border-width: 2px; - bottom: -18px; - left: -18px; + bottom: -22px; + left: -22px; } /* --- V3_03: Round End Reveal --- */