From 76cbd4ae226419e5f6b12678797b74f5e6f313a7 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 13:08:20 -0500 Subject: [PATCH] Increase mobile bottom bar button fonts by 40% and status message by 20% Co-Authored-By: Claude Opus 4.6 --- client/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/style.css b/client/style.css index 1fb87d1..f259e89 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.85rem; + font-size: 1.02rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -5288,7 +5288,7 @@ body.mobile-portrait #mobile-bottom-bar { body.mobile-portrait #mobile-bottom-bar .mobile-round-info { margin-right: auto; color: rgba(255, 255, 255, 0.9); - font-size: 0.55rem; + font-size: 0.77rem; font-weight: 700; white-space: nowrap; letter-spacing: 0.03em; @@ -5314,7 +5314,7 @@ body.mobile-portrait #mobile-bottom-bar .mobile-bar-btn { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.65); - font-size: 0.5rem; + font-size: 0.7rem; font-weight: 600; padding: 5px 10px; cursor: pointer;