This commit is contained in:
FURRO404
2026-06-21 01:06:40 -07:00
parent 3a7b72b01b
commit 9465ee05d1
3 changed files with 137 additions and 65 deletions
+11 -2
View File
@@ -863,12 +863,21 @@ h3 {
width: 190px;
min-width: 190px;
flex-direction: column;
gap: 0.75rem;
}
/* Matches are positioned absolutely (computeBracketLayout in App.jsx) so each one
sits centred between the matches that feed it. Height is supplied inline from
the computed layout; before that first measurement it falls back to a min. */
.tournament-round-track {
position: relative;
min-height: 120px;
}
.tournament-match-node {
position: relative;
position: absolute;
z-index: 1;
left: 0;
right: 0;
}
@keyframes scrollPulse {