Call lobby: don't flip avatar when video is off
This commit is contained in:
parent
91af0dad78
commit
1965228e54
2 changed files with 6 additions and 3 deletions
|
@ -7,9 +7,12 @@
|
|||
object-fit: cover;
|
||||
opacity: 0.6;
|
||||
position: absolute;
|
||||
transform: rotateY(180deg);
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
|
||||
&--camera-is-on {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__camera-is-off {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue