Let the maximized video feed fill the window

instead of getting letterboxed.
This commit is contained in:
Robin Townsend
2022-09-26 09:55:39 -04:00
parent b55aa12100
commit 2155d9bb80

View File

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