diff --git a/model/match.go b/model/match.go index b1649f48..52369b17 100644 --- a/model/match.go +++ b/model/match.go @@ -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" diff --git a/static/css/audience_display.css b/static/css/audience_display.css index 74b3c03e..189e07b5 100644 --- a/static/css/audience_display.css +++ b/static/css/audience_display.css @@ -449,6 +449,9 @@ html { opacity: 0; text-align: center; } +#bracketSvg { + width: 100%; +} #sponsor { position: fixed; width: 1000px; diff --git a/static/css/bracket_display.css b/static/css/bracket_display.css index daef455c..467505b8 100644 --- a/static/css/bracket_display.css +++ b/static/css/bracket_display.css @@ -38,3 +38,6 @@ body { margin: auto auto; text-align: center; } +#bracketSvg { + width: 100%; +} diff --git a/static/css/cheesy-arena.css b/static/css/cheesy-arena.css index 32cc5882..3051e68b 100644 --- a/static/css/cheesy-arena.css +++ b/static/css/cheesy-arena.css @@ -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"] {