This commit is contained in:
FURRO404
2026-06-21 03:47:16 -07:00
parent 5546aa81eb
commit 6f0760788c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4077,8 +4077,8 @@ function TournamentBracketSide({ side, navigate, highlight, onHover }) {
onClick={() => setCollapsed((value) => !value)}
type="button"
>
<span aria-hidden="true" className={`bracket-caret${collapsed ? ' is-collapsed' : ''}`}></span>
{side.label}
<span aria-hidden="true" className={`bracket-caret${collapsed ? ' is-collapsed' : ''}`}></span>
</button>
{collapsed ? null : (
<BracketViewport>
+2 -1
View File
@@ -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;
}