From d322403764731d4493bf993b49f9572ab2b0f201 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:24:00 -0500 Subject: [PATCH] Shrink and reposition player dealer chip on mobile Reduces from 38px to 22px and pulls offset from -10px to -4px so it no longer overlaps the bottom bar buttons. 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 a09ba05..50e898b 100644 --- a/client/style.css +++ b/client/style.css @@ -5155,6 +5155,15 @@ body.mobile-portrait .player-area { display: inline-block; } +body.mobile-portrait .player-area .dealer-chip { + width: 22px; + height: 22px; + font-size: 11px; + border-width: 2px; + bottom: -4px; + left: -4px; +} + body.mobile-portrait .player-area h4 { font-size: 0.8rem; padding: 3px 8px;