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 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 21:22:52 -05:00
parent bd41afbca8
commit 873bdfc75a

View File

@ -5102,6 +5102,7 @@ body.mobile-portrait .status-message {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
text-align: left;
} }
body.mobile-portrait .round-info { body.mobile-portrait .round-info {