Remove desktop 10px padding from game-screen on mobile
The desktop #game-screen.active had padding:10px that was never overridden in the mobile portrait styles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
118912dd13
commit
c7fb85d281
@ -4940,6 +4940,7 @@ body.mobile-portrait #game-screen.active {
|
||||
overflow: hidden;
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user