From adcc59b6fc86bc1dbe40ae4844e0411722a93717 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 20:40:57 -0500 Subject: [PATCH] Spread bottom bar items with space-between Co-Authored-By: Claude Opus 4.6 --- client/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/style.css b/client/style.css index 557f7f6..99da46c 100644 --- a/client/style.css +++ b/client/style.css @@ -5401,12 +5401,12 @@ body.mobile-portrait .game-buttons { /* --- Mobile: Bottom bar --- */ body.mobile-portrait #mobile-bottom-bar { display: flex; - justify-content: center; + justify-content: space-between; align-items: center; - gap: 8px; + gap: 6px; background: none; flex-shrink: 0; - padding: 6px 12px; + padding: 6px 10px; padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)); z-index: 900; }