Remove top padding above game header in desktop mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e0641de449
commit
49916e6a6c
@ -3344,7 +3344,11 @@ input::placeholder {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide global auth-bar when game screen is active */
|
/* Hide global auth-bar and remove top padding when game screen is active */
|
||||||
|
#app:has(#game-screen.active) {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#app:has(#game-screen.active) > .auth-bar {
|
#app:has(#game-screen.active) > .auth-bar {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user