fix(always-on-top): enforce circle avatar

This commit is contained in:
Leonard Kim 2019-06-14 14:41:55 -07:00 committed by Zoltan Bettenbuk
parent 6eb66b639e
commit 1197c26529
1 changed files with 6 additions and 2 deletions

View File

@ -541,13 +541,17 @@
#videoNotAvailableScreen { #videoNotAvailableScreen {
text-align: center; text-align: center;
#avatarContainer { #avatarContainer {
border-radius: 50%;
display: inline-block;
height: 50vh; height: 50vh;
display:inline-block;
margin-top: 25vh; margin-top: 25vh;
overflow: hidden;
width: 50vh;
#avatar { #avatar {
border-radius: 50%;
height: 100%; height: 100%;
object-fit: cover;
width: 100%;
} }
} }
} }