Somewhat fix the local video issues

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-04-26 20:49:11 +02:00
parent 81164fe152
commit e79f94d01e
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 12 additions and 5 deletions

View File

@ -20,17 +20,18 @@ limitations under the License.
background-color: $inverted-bg-color;
}
.mx_VideoFeed_video {
background-color: #000;
width: 100%;
height: 100%;
}
.mx_VideoFeed_remote {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
.mx_VideoFeed_video {
background-color: #000;
width: 100%;
height: 100%;
}
}
.mx_VideoFeed_local {
@ -41,6 +42,12 @@ limitations under the License.
top: 10px;
z-index: 100;
border-radius: 4px;
.mx_VideoFeed_video {
background-color: transparent;
width: 100%;
height: 100%;
}
}
.mx_VideoFeed_mirror {