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:
adlee-was-taken 2026-02-22 17:11:02 -05:00
parent 118912dd13
commit c7fb85d281

View File

@ -4940,6 +4940,7 @@ body.mobile-portrait #game-screen.active {
overflow: hidden;
margin-left: 0;
width: 100%;
padding: 0;
display: flex;
flex-direction: column;
}