Apply flush header with gradient to desktop/landscape view too
Remove game-screen padding and replace solid dark header background with subtle dark-to-transparent gradient matching mobile treatment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c7fb85d281
commit
7b071afdfb
@ -736,8 +736,8 @@ input::placeholder {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
align-items: center;
|
||||
padding: 10px 20px;
|
||||
background: rgba(0,0,0,0.35);
|
||||
padding: 6px 12px;
|
||||
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
|
||||
font-size: 0.9rem;
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50%);
|
||||
@ -1730,7 +1730,7 @@ input::placeholder {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.game-layout {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user