mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Fix alliance station display bugs.
This commit is contained in:
@@ -34,7 +34,7 @@ body[data-mode=match] .mode#match {
|
||||
display: block;
|
||||
}
|
||||
body[data-mode=fieldReset] .mode#fieldReset {
|
||||
display: block;
|
||||
display: table;
|
||||
}
|
||||
|
||||
/* Logo Mode */
|
||||
@@ -66,16 +66,15 @@ body[data-mode=fieldReset] .mode#fieldReset {
|
||||
/* Field Reset Mode */
|
||||
#fieldReset {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 65%;
|
||||
line-height: 300px;
|
||||
margin: auto auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#fieldReset div {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-size: 300px;
|
||||
font-size: 350px;
|
||||
line-height: 350px;
|
||||
}
|
||||
|
||||
/* Match Mode */
|
||||
@@ -170,4 +169,6 @@ body[data-position=right] #inMatch #blueScore {
|
||||
[data-alliance-bg=B], [data-status=B] {
|
||||
background-color: #00c;
|
||||
}
|
||||
|
||||
#teamRank {
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user