Add dark circle background behind mute button on mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:06:08 -05:00
parent a6ec72d72c
commit 0e594a5e28

View File

@ -5021,7 +5021,15 @@ body.mobile-portrait #leave-game-btn {
body.mobile-portrait .mute-btn { body.mobile-portrait .mute-btn {
font-size: 0.85rem; font-size: 0.85rem;
padding: 2px; padding: 4px;
background: rgba(0, 0, 0, 0.35);
border-radius: 50%;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.9;
} }
body.mobile-portrait .final-turn-badge { body.mobile-portrait .final-turn-badge {