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

View File

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