From c7fb85d281665656e0e12e0f3281acfc736a0118 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:11:02 -0500 Subject: [PATCH] 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 --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index befe2b2..1bda746 100644 --- a/client/style.css +++ b/client/style.css @@ -4940,6 +4940,7 @@ body.mobile-portrait #game-screen.active { overflow: hidden; margin-left: 0; width: 100%; + padding: 0; display: flex; flex-direction: column; }