From a1d8a127dc07da56e021a79110f0b77fb5ccd1bf Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 14:43:34 -0500 Subject: [PATCH] Add bottom margin to mobile player area for border breathing room Co-Authored-By: Claude Opus 4.6 --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index 49efb43..20cadbc 100644 --- a/client/style.css +++ b/client/style.css @@ -5160,6 +5160,7 @@ body.mobile-portrait .player-area { border-radius: 8px; width: auto; display: inline-block; + margin-bottom: 6px; } body.mobile-portrait .player-area .dealer-chip {