From b432f0ec0baef389617568f68d06e0c0c27b3884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 27 Nov 2015 18:39:08 +0100 Subject: [PATCH] Added videoplayer to not crash with youtube ToS --- static/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index e4e0634f..643a729c 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1016,6 +1016,7 @@ nav ul li:hover, nav ul li.active { left: 0; right: 0; } + #controls{ opacity: 1; background-color: rgba(255, 255, 255, 0.3); @@ -1053,6 +1054,15 @@ nav ul li:hover, nav ul li.active { margin-bottom: -5px; } + .video-container{ + position: fixed; + display: block !important; + width: 105vw !important; + height: 200px !important; + z-index: 2; + bottom: 4px; + } + .chan { text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.42); }