Merge pull request #501 from vector-im/matthew/fix-mirror-text

fix mirror text on FF by reverting weird css hack.
This commit is contained in:
Matthew Hodgson 2022-08-08 10:23:45 +01:00 committed by GitHub
commit 9c0ce6526c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,11 @@
}
.preview video {
width: calc(100% + 1px);
width: 100%;
height: 100%;
object-fit: contain;
background-color: black;
/* transform scale doesn't perfectly match width, so make -1.01 border issues */
transform: scaleX(-1.01);
transform: scaleX(-1);
}
.avatarContainer {