From 06d52a9d2ccd3c749fe4901dd53a956ce5615ef5 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:10:39 -0500 Subject: [PATCH] Add top padding to mobile lobby screen to clear auth bar from logo Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index f259e89..167c076 100644 --- a/client/style.css +++ b/client/style.css @@ -5339,7 +5339,7 @@ body.mobile-portrait #mobile-bottom-bar .mobile-bar-btn.active { /* --- Mobile: Non-game screens --- */ body.mobile-portrait #lobby-screen { - padding: 50px 12px 15px; + padding: 55px 12px 15px; overflow-y: auto; max-height: 100dvh; }