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;
|
height: 22px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
bottom: auto;
|
top: auto;
|
||||||
top: -8px;
|
bottom: -8px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5401,7 +5401,7 @@ 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: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user