mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
Fix top padding
This commit is contained in:
@@ -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),
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user