Spread bottom bar items with space-between

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 20:40:57 -05:00
parent 7e0c006f5e
commit adcc59b6fc

View File

@ -5401,12 +5401,12 @@ body.mobile-portrait .game-buttons {
/* --- Mobile: Bottom bar --- */ /* --- Mobile: Bottom bar --- */
body.mobile-portrait #mobile-bottom-bar { body.mobile-portrait #mobile-bottom-bar {
display: flex; display: flex;
justify-content: center; justify-content: space-between;
align-items: center; align-items: center;
gap: 8px; gap: 6px;
background: none; background: none;
flex-shrink: 0; flex-shrink: 0;
padding: 6px 12px; padding: 6px 10px;
padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px)); padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
z-index: 900; z-index: 900;
} }