From b43bf1664defab6b8f6a76bf85489605f658a0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 17 Nov 2016 20:53:35 +0100 Subject: [PATCH] Fixed height of videoplayer --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 429d8a90..b4238b55 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -279,7 +279,7 @@ body { } .main, #main-row, .video-container, #playlist{ - height: calc(100vh - 65px); + height: calc(100vh - 64px); } footer{ @@ -1109,7 +1109,7 @@ ul #chat-log{ /*padding:0px 15px;*/ flex:1; position: relative; - height: calc(100vh - 65px) !important; + height: calc(100vh - 64px) !important; /*background-color:rgba(0,0,0,0.2);*/ }