meow
This commit is contained in:
+11
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user