From 94e2bdaaa7ee41bd291af1d9e4aa1f64389c50e4 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:33:04 -0500 Subject: [PATCH] Move player dealer chip to top-left corner on mobile Co-Authored-By: Claude Opus 4.6 --- client/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/style.css b/client/style.css index 50e898b..da88ab4 100644 --- a/client/style.css +++ b/client/style.css @@ -5160,8 +5160,9 @@ body.mobile-portrait .player-area .dealer-chip { height: 22px; font-size: 11px; border-width: 2px; - bottom: -4px; - left: -4px; + bottom: auto; + top: -8px; + left: -8px; } body.mobile-portrait .player-area h4 {