mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 05:36:28 -05:00
Show tournament match identifying labels
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -178,6 +178,7 @@ export default function TournamentBracketsPage() {
|
||||
|
||||
return undefined;
|
||||
},
|
||||
separatedChildCountLabel: true,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user