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:
Robin
2026-08-18 17:49:14 +02:00
parent ad92892063
commit 33a0653ea5
+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 {