From 94edb685a742b0e0804ee4f6453c764a9b36ff3b Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:22:54 -0500 Subject: [PATCH] Move dealer chip to bottom-left of player panel on mobile, pin bottom bar edges Co-Authored-By: Claude Opus 4.6 --- client/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/style.css b/client/style.css index cfdaddb..eebbc8f 100644 --- a/client/style.css +++ b/client/style.css @@ -5278,8 +5278,8 @@ body.mobile-portrait .player-area .dealer-chip { height: 22px; font-size: 11px; border-width: 2px; - bottom: auto; - top: -8px; + top: auto; + bottom: -8px; left: -8px; } @@ -5401,7 +5401,7 @@ body.mobile-portrait .game-buttons { /* --- Mobile: Bottom bar --- */ body.mobile-portrait #mobile-bottom-bar { display: flex; - justify-content: center; + justify-content: flex-start; align-items: center; gap: 8px; background: none;