Calling: mirror local video in PiP and lobby
This commit is contained in:
parent
37a4ec9190
commit
b44cabe6f9
2 changed files with 12 additions and 1 deletions
|
@ -6403,6 +6403,12 @@ button.module-image__border-overlay:focus {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
&__video-on {
|
||||
&__video {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__video-off {
|
||||
&--icon {
|
||||
@include color-svg(
|
||||
|
@ -6454,6 +6460,7 @@ button.module-image__border-overlay:focus {
|
|||
height: 32px;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
transform: rotateY(180deg);
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue