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:
commit
9c0ce6526c
1 changed files with 2 additions and 3 deletions
|
@ -9,12 +9,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview video {
|
.preview video {
|
||||||
width: calc(100% + 1px);
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
/* transform scale doesn't perfectly match width, so make -1.01 border issues */
|
transform: scaleX(-1);
|
||||||
transform: scaleX(-1.01);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatarContainer {
|
.avatarContainer {
|
||||||
|
|
Loading…
Reference in a new issue