From a6ec72d72c3e2f8124eaaf14f039d466b7b5f01e Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:05:18 -0500 Subject: [PATCH] Remove dark background from mobile header for flush appearance The desktop game-header background was still showing on mobile, creating a visible dark band with padding around the status bar. Co-Authored-By: Claude Opus 4.6 --- client/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 2e4e86a..be8257d 100644 --- a/client/style.css +++ b/client/style.css @@ -4969,11 +4969,12 @@ body.mobile-portrait .game-header { padding: 2px 0; padding-top: env(safe-area-inset-top, 0px); font-size: 0.75rem; - min-height: 32px; + min-height: 0; width: 100%; margin-left: 0; gap: 4px; margin-bottom: 8px; + background: none; } body.mobile-portrait .header-col-left {