From b780f73811ce337eec9e2669d305c53e9d1d91f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 27 Nov 2015 22:06:29 +0100 Subject: [PATCH] Width of mobileplayer fixed --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 58bac19c..246119c4 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1057,7 +1057,7 @@ nav ul li:hover, nav ul li.active { .video-container{ position: fixed; display: block !important; - width: 105vw !important; + width: 106vw !important; height: 200px !important; z-index: 2; bottom: 4px;