[mirotalk] - fix mirrored video in fullscreen/privacy mode
This commit is contained in:
@@ -326,6 +326,12 @@ video:fullscreen {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
.videoCircle.mirror {
|
||||
-webkit-transform: translate(-50%, -50%) rotateY(180deg) !important;
|
||||
-moz-transform: translate(-50%, -50%) rotateY(180deg) !important;
|
||||
transform: translate(-50%, -50%) rotateY(180deg) !important;
|
||||
}
|
||||
|
||||
@keyframes show {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user