Merge pull request #605 from robintown/maximized-fill
Let the maximized video feed fill the window
This commit is contained in:
commit
47f7e0e5a0
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
||||||
.videoTile.maximised {
|
.videoTile.maximised {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoTile.screenshare > video {
|
.videoTile.screenshare > video {
|
||||||
|
|
Loading…
Reference in a new issue