mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Various UI tweaks.
This commit is contained in:
@@ -121,7 +121,7 @@ func (match *Match) IsComplete() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (match *Match) CapitalizedType() string {
|
func (match *Match) CapitalizedType() string {
|
||||||
if match.Type == "" {
|
if match.Type == "" || match.Type == "test" {
|
||||||
return ""
|
return ""
|
||||||
} else if match.Type == "elimination" {
|
} else if match.Type == "elimination" {
|
||||||
return "Playoff"
|
return "Playoff"
|
||||||
|
|||||||
@@ -449,6 +449,9 @@ html {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#bracketSvg {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
#sponsor {
|
#sponsor {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
|
|||||||
@@ -38,3 +38,6 @@ body {
|
|||||||
margin: auto auto;
|
margin: auto auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#bracketSvg {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ td[data-plc-value="true"] {
|
|||||||
color: #090;
|
color: #090;
|
||||||
}
|
}
|
||||||
.btn-game-sound {
|
.btn-game-sound {
|
||||||
width: 110px;
|
width: 160px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
input[data-changed="true"], select[data-changed="true"] {
|
input[data-changed="true"], select[data-changed="true"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user