From cc7d70b3cbf0d2a7600106de9e66b2503095da85 Mon Sep 17 00:00:00 2001 From: Italo Rossi Date: Thu, 31 Mar 2016 18:53:13 -0300 Subject: [PATCH] FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions --- html5/verto/verto_communicator/src/css/verto.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {