From fb51d24b2cd41ad906e8989b701ada08a8de6792 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Nov 2016 00:02:04 +0100 Subject: [PATCH] fix content layout Signed-off-by: Jan-Christoph Borchardt --- css/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 56f51eb02..3827d8b17 100755 --- a/css/style.css +++ b/css/style.css @@ -91,7 +91,7 @@ video { height: 100%; overflow: hidden; } -.participants-2 .videoContainer video { +.videoContainer video { position: absolute; width: initial; height: 100%; @@ -102,11 +102,21 @@ video { .participants-3 .videoContainer, .participants-4 .videoContainer { - max-height: 50%; + height: 50%; } .participants-5 .videoContainer, .participants-6 .videoContainer { - max-height: 33%; + height: 33%; +} +.participants-3 .videoView, +.participants-4 .videoView, +.participants-5 .videoView, +.participants-6 .videoView, +.participants-7 .videoView, +.participants-8 .videoView, +.participants-9 .videoView, +.participants-10 .videoView { + width: 20%; } #app-content.participants-2,