Move dealer chip to bottom-left of player panel on mobile, pin bottom bar edges
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6b7d6c459e
commit
94edb685a7
@ -5278,8 +5278,8 @@ body.mobile-portrait .player-area .dealer-chip {
|
||||
height: 22px;
|
||||
font-size: 11px;
|
||||
border-width: 2px;
|
||||
bottom: auto;
|
||||
top: -8px;
|
||||
top: auto;
|
||||
bottom: -8px;
|
||||
left: -8px;
|
||||
}
|
||||
|
||||
@ -5401,7 +5401,7 @@ body.mobile-portrait .game-buttons {
|
||||
/* --- Mobile: Bottom bar --- */
|
||||
body.mobile-portrait #mobile-bottom-bar {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
background: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user