mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Fix lobby video preview losing its rounded corners in Firefox
Same fix as e1bc4a096b, but for the video preview in the lobby.
This commit is contained in:
@@ -22,6 +22,9 @@ Please see LICENSE in the repository root for full details.
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: var(--video-tile-background);
|
background-color: var(--video-tile-background);
|
||||||
|
/* In FF if you add a transform: scale/translate/matrix filter on an element,
|
||||||
|
it'll ignore the parents' border-radius, so force back the radius to avoid UI glitch*/
|
||||||
|
border-radius: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
video.mirror {
|
video.mirror {
|
||||||
|
|||||||
Reference in New Issue
Block a user