]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions
authorItalo Rossi <italorossib@gmail.com>
Thu, 31 Mar 2016 21:53:13 +0000 (18:53 -0300)
committerItalo Rossi <italorossib@gmail.com>
Thu, 31 Mar 2016 21:53:13 +0000 (18:53 -0300)
html5/verto/verto_communicator/src/css/verto.css

index 418ed83b54ff5dfedf28c92c82700e90ff022d6f..c90a1247ed15b49f9f9520ba4f96b4e2aee22ebc 100644 (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 {