mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Show ranking changes on audience and announcer displays.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user