From 6f0760788c2580d6bb355033c81770adc3bb2c38 Mon Sep 17 00:00:00 2001 From: FURRO404 Date: Sun, 21 Jun 2026 03:47:16 -0700 Subject: [PATCH] meowww --- frontend/src/App.jsx | 2 +- frontend/src/styles.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 4853bf2..6e9a7ba 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4077,8 +4077,8 @@ function TournamentBracketSide({ side, navigate, highlight, onHover }) { onClick={() => setCollapsed((value) => !value)} type="button" > - {side.label} + {collapsed ? null : ( diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 71d013e..6c41542 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -843,7 +843,8 @@ h3 { .bracket-caret { display: inline-block; - font-size: 0.7em; + font-size: 1.35rem; + line-height: 1; transition: transform 0.18s ease; }