Fix top padding

This commit is contained in:
Kalle
2026-05-30 13:05:06 +03:00
parent 8028b49ef2
commit 3042e01a68

View File

@@ -103,7 +103,7 @@ export function EliminationBracketSide(props: EliminationBracketSideProps) {
className={clsx(styles.elimRoundMatchesContainer, {
[styles.elimRoundMatchesContainerTopBye]:
!atLeastOneColumnHidden &&
props.type === "winners" &&
(props.type === "winners" || props.type === "single") &&
(!props.bracket.data.match[0].opponent1 ||
!props.bracket.data.match[0].opponent2),
})}