From 9c08b4735ac92d565ccdd1b61579745ecc045705 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 19:58:53 -0500 Subject: [PATCH] Shrink local player dealer chip in desktop mode Co-Authored-By: Claude Opus 4.6 --- client/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/style.css b/client/style.css index 401a701..844a707 100644 --- a/client/style.css +++ b/client/style.css @@ -4372,6 +4372,15 @@ input::placeholder { text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3); } +.player-area .dealer-chip { + width: 26px; + height: 26px; + font-size: 13px; + border-width: 2px; + bottom: -8px; + left: -8px; +} + /* --- V3_03: Round End Reveal --- */ .reveal-prompt { position: fixed;