Merge pull request #814 from BeatC/fix-video-preview-when-resize

Fix problem with last video preview
This commit is contained in:
yanas 2016-09-01 13:45:56 -05:00 committed by GitHub
commit 238e1f1bea
1 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,15 @@
}
#remoteVideos {
display:block;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
position:absolute;
text-align:right;
height:196px;
@ -30,8 +38,6 @@
.videocontainer {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
}