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

pull/4344/head
Leonard Kim 6 years ago committed by Zoltan Bettenbuk
parent 6eb66b639e
commit 1197c26529
  1. 8
      css/_videolayout_default.scss

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

Loading…
Cancel
Save