From c287c7d62cfbda1df4d1e4d48f0ccec508b0ecca Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Mon, 15 Jun 2026 18:27:27 +0330 Subject: [PATCH] ui(game): compact trump/speed badges on mobile so the scoreboard fits On narrow phones the top HUD crowded the scoreboard against the trump/speed badges + action buttons. The badges now show icon/symbol-only on mobile (labels hidden < sm) with tighter padding, freeing horizontal space so the scoreboard renders cleanly. Buttons stay shrink-0; scoreboard keeps shrink min-w-0. Co-Authored-By: Claude Opus 4.8 --- src/components/GameTable.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/GameTable.tsx b/src/components/GameTable.tsx index a114741..d105254 100644 --- a/src/components/GameTable.tsx +++ b/src/components/GameTable.tsx @@ -289,11 +289,11 @@ function SpeedBadge() { - {t("speed.label")} + {t("speed.label")} ); } @@ -307,14 +307,14 @@ function TrumpBadge({ trump }: { trump: Suit }) { - + {t("trump.label")}