Skip to content

Commit 9bf40ed

Browse files
authored
Prohibit .preview to be 0 width (element-hq#2730)
1 parent bbdb48a commit 9bf40ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/room/VideoPreview.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ video.mirror {
6666
margin-inline: 0;
6767
border-radius: 0;
6868
block-size: 100%;
69+
width: 100%;
6970
}
7071

7172
.buttonBar {

0 commit comments

Comments
 (0)