Merge pull request #605 from robintown/maximized-fill

Let the maximized video feed fill the window
This commit is contained in:
Robin
2022-09-26 12:28:53 -04:00
committed by GitHub

View File

@@ -43,6 +43,8 @@
.videoTile.maximised {
position: relative;
border-radius: 0;
height: 100%;
width: 100%;
}
.videoTile.screenshare > video {