From 873bdfc75adf525dbf776dd8dae5f6458a13a64a Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 21:22:52 -0500 Subject: [PATCH] Left-align status message on mobile portrait Mute button in header-right throws off visual centering of the status text. Left-aligning looks intentional rather than off-center. Co-Authored-By: Claude Opus 4.6 --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index c1dc0f0..9985145 100644 --- a/client/style.css +++ b/client/style.css @@ -5102,6 +5102,7 @@ body.mobile-portrait .status-message { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + text-align: left; } body.mobile-portrait .round-info {