FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions

This commit is contained in:
Italo Rossi 2016-03-31 18:53:13 -03:00
parent 6f2050cbd9
commit cc7d70b3cb
1 changed files with 2 additions and 2 deletions

View File

@ -503,17 +503,17 @@ body .modal-body .btn-group .btn.active {
}*/
#incall .video-call {
width: 81vw;
height: 82vw;
max-height: calc(100% - 1vw);
max-width: 146.78vh;
margin: auto;
margin: 7px auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-top: auto;
padding: 1px;
}
#incall .avatar {