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 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:05:18 -05:00
parent e2f353d4ab
commit a6ec72d72c

View File

@ -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 {