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:
parent
e2f353d4ab
commit
a6ec72d72c
@ -4969,11 +4969,12 @@ body.mobile-portrait .game-header {
|
|||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
padding-top: env(safe-area-inset-top, 0px);
|
padding-top: env(safe-area-inset-top, 0px);
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
min-height: 32px;
|
min-height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile-portrait .header-col-left {
|
body.mobile-portrait .header-col-left {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user