From: Italo Rossi Date: Thu, 31 Mar 2016 21:53:13 +0000 (-0300) Subject: FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions X-Git-Tag: v1.6.7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7d70b3cbf0d2a7600106de9e66b2503095da85;p=thirdparty%2Ffreeswitch.git FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions --- diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 418ed83b54..c90a1247ed 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -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 {