From cd7a1532535cd5fa314ec4f0c9b51c571f38ec12 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 20 Mar 2026 20:41:06 +0900 Subject: style(frontend): thicken tournament bracket connector lines Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/app/pages/TournamentPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/app/pages/TournamentPage.tsx b/frontend/app/pages/TournamentPage.tsx index fd7cac8..f7e203a 100644 --- a/frontend/app/pages/TournamentPage.tsx +++ b/frontend/app/pages/TournamentPage.tsx @@ -108,13 +108,13 @@ function Connector({ > {/* Center stem going UP to parent round */}
-
+
{/* Horizontal line */}
-
-
+
+
{/* Two legs going DOWN to child elements */} @@ -128,13 +128,13 @@ function Connector({ className="flex justify-center" style={{ gridColumn: `1 / span ${leftHalf}` }} > -
+
-
+
@@ -215,7 +215,7 @@ function TournamentBracket({ tournament }: { tournament: Tournament }) { className="flex justify-center h-12" style={{ gridColumn: `${slot + 1} / span 1` }} > -
+
, ); } -- cgit v1.3.1