mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Update audience display for 2020.
This commit is contained in:
@@ -57,10 +57,13 @@ html {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.score-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.avatars {
|
||||
width: 50px;
|
||||
min-width: 50px;
|
||||
height: 100%;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
@@ -81,6 +84,19 @@ html {
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
.score-fields {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
font-family: "FuturaLTBold";
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
color: #fff;
|
||||
opacity: 0;
|
||||
}
|
||||
#matchCircle {
|
||||
position: absolute;
|
||||
top: -25px;
|
||||
|
||||
Reference in New Issue
Block a user