Various UI tweaks.

This commit is contained in:
Patrick Fairbank
2022-09-29 18:03:14 -07:00
parent ce9cb085cb
commit 9914768c1d
4 changed files with 8 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ func (match *Match) IsComplete() bool {
}
func (match *Match) CapitalizedType() string {
if match.Type == "" {
if match.Type == "" || match.Type == "test" {
return ""
} else if match.Type == "elimination" {
return "Playoff"

View File

@@ -449,6 +449,9 @@ html {
opacity: 0;
text-align: center;
}
#bracketSvg {
width: 100%;
}
#sponsor {
position: fixed;
width: 1000px;

View File

@@ -38,3 +38,6 @@ body {
margin: auto auto;
text-align: center;
}
#bracketSvg {
width: 100%;
}

View File

@@ -105,7 +105,7 @@ td[data-plc-value="true"] {
color: #090;
}
.btn-game-sound {
width: 110px;
width: 160px;
text-align: left;
}
input[data-changed="true"], select[data-changed="true"] {