Merge pull request #4181 from element-hq/lobby-video-border

Fix lobby video preview losing its rounded corners in Firefox
This commit is contained in:
Robin
2026-08-19 08:54:57 +02:00
committed by GitHub
+3
View File
@@ -22,6 +22,9 @@ Please see LICENSE in the repository root for full details.
height: 100%;
object-fit: cover;
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 {