From 487d6c4067585115746c28374a82406546ffe642 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 21 Sep 2016 15:56:17 +0200 Subject: [PATCH 1/2] add default filter for slightly better look --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index ddb321a52d..d2450f246d 100644 --- a/css/style.css +++ b/css/style.css @@ -21,6 +21,9 @@ video { width: 100%; z-index: 0; max-height: 100%; + /* default filter for slightly better look */ + -webkit-filter: contrast(1.1) saturate(1.1) sepia(.1); + filter: contrast(1.1) saturate(1.1) sepia(.1); } .participants-1 .videoView, From da8b859c2818713b27701df9b8a9adcd241f71b8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 21 Sep 2016 16:33:33 +0200 Subject: [PATCH 2/2] fix small positioning detail --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index d2450f246d..397a19ad6a 100644 --- a/css/style.css +++ b/css/style.css @@ -41,8 +41,9 @@ video { bottom: 0; z-index: 10; } -.videoView video { +.videoView #localVideo { border-top-right-radius: 3px; + margin-bottom: -6px; } #app-content.participants-2 { @@ -65,7 +66,7 @@ video { .nameIndicator { position: absolute; - bottom: 5%; + bottom: 3%; z-index: 5; color: #fff; width: 100%;