Shrink local player dealer chip in desktop mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
49916e6a6c
commit
9c08b4735a
@ -4372,6 +4372,15 @@ input::placeholder {
|
|||||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.player-area .dealer-chip {
|
||||||
|
width: 26px;
|
||||||
|
height: 26px;
|
||||||
|
font-size: 13px;
|
||||||
|
border-width: 2px;
|
||||||
|
bottom: -8px;
|
||||||
|
left: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- V3_03: Round End Reveal --- */
|
/* --- V3_03: Round End Reveal --- */
|
||||||
.reveal-prompt {
|
.reveal-prompt {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user