Shrink and reposition player dealer chip on mobile
Reduces from 38px to 22px and pulls offset from -10px to -4px so it no longer overlaps the bottom bar buttons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9c6ce255bd
commit
d322403764
@ -5155,6 +5155,15 @@ body.mobile-portrait .player-area {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile-portrait .player-area .dealer-chip {
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
font-size: 11px;
|
||||||
|
border-width: 2px;
|
||||||
|
bottom: -4px;
|
||||||
|
left: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
body.mobile-portrait .player-area h4 {
|
body.mobile-portrait .player-area h4 {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user