From 2ccbfc8120c77db4f85047aad475f484fafb4941 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:03:19 -0500 Subject: [PATCH] Increase mobile portrait status message font to match player names Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 9124940..f8957eb 100644 --- a/client/style.css +++ b/client/style.css @@ -4984,7 +4984,7 @@ body.mobile-portrait .game-header #leave-game-btn { } body.mobile-portrait .status-message { - font-size: 0.75rem; + font-size: 0.85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;