Show tournament match identifying labels

This commit is contained in:
Kalle
2023-05-19 11:40:29 +03:00
parent af3110d558
commit 53dd389396
2 changed files with 7 additions and 0 deletions

View File

@@ -46,3 +46,9 @@
.brackets-viewer h1 {
display: none;
}
.brackets-viewer .opponents > span {
background-color: var(--bg-light-variation);
top: -11px;
color: var(--text-lighter);
}

View File

@@ -178,6 +178,7 @@ export default function TournamentBracketsPage() {
return undefined;
},
separatedChildCountLabel: true,
}
);