From 0e594a5e2827dde957948adb3ab8dde894f40aed Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:06:08 -0500 Subject: [PATCH] Add dark circle background behind mute button on mobile Co-Authored-By: Claude Opus 4.6 --- client/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index be8257d..852f1ee 100644 --- a/client/style.css +++ b/client/style.css @@ -5021,7 +5021,15 @@ body.mobile-portrait #leave-game-btn { body.mobile-portrait .mute-btn { 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 {