Show ranking changes on audience and announcer displays.

This commit is contained in:
Patrick Fairbank
2020-03-27 22:17:27 -07:00
parent 2f7d186554
commit d33d10982c
5 changed files with 74 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ html {
}
#finalScore {
position: fixed;
width: 950px;
width: 1200px;
height: 550px;
top: 65px;
bottom: 0;
@@ -241,6 +241,7 @@ html {
float: left;
width: 50%;
height: 9%;
overflow: hidden;
line-height: 50px;
text-align: center;
color: #fff;
@@ -250,6 +251,11 @@ html {
.final-teams span {
margin: 0 10px;
}
.final-teams span sup {
margin-left: 3px;
font-size: 18px;
vertical-align: super;
}
.final-avatar {
height: 35px;
position: relative;