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; }