Update audience display for 2020.

This commit is contained in:
Patrick Fairbank
2020-03-21 19:27:05 -07:00
parent 877f846984
commit fd84cdcd73
7 changed files with 116 additions and 56 deletions

View File

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