mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 05:36:45 -04:00
Various UI tweaks.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -449,6 +449,9 @@ html {
|
||||
opacity: 0;
|
||||
text-align: center;
|
||||
}
|
||||
#bracketSvg {
|
||||
width: 100%;
|
||||
}
|
||||
#sponsor {
|
||||
position: fixed;
|
||||
width: 1000px;
|
||||
|
||||
@@ -38,3 +38,6 @@ body {
|
||||
margin: auto auto;
|
||||
text-align: center;
|
||||
}
|
||||
#bracketSvg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user