Spread bottom bar items with space-between
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7e0c006f5e
commit
adcc59b6fc
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user