Fix alliance station display bugs.

This commit is contained in:
Patrick Fairbank
2017-09-23 22:15:52 -07:00
parent 951ef562e1
commit 116228bc12
4 changed files with 18 additions and 16 deletions

View File

@@ -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;
}