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:
parent
bd41afbca8
commit
873bdfc75a
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user