From 324b0438f41b71b70827d1ab28ea51ef4e448f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 14 Nov 2017 15:20:10 +0100 Subject: [PATCH] Fixed video-container sizing issue on mobile --- server/public/assets/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 8055ab41..6f20441c 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -2739,10 +2739,6 @@ nav ul li:hover, nav ul li.active { background-color:rgba(0,0,0,1); } - .row .col.s12 { - width: 100% !important; - } - .channel-finder .input-field { padding: 0 .75rem; } @@ -2848,7 +2844,11 @@ nav ul li:hover, nav ul li.active { pointer-events:none; } - .video-container{ + .row .col.s12 { + width: 100% !important; + } + + #main-row.row #video-container.video-container{ position: fixed; display: block !important; width: 106vw !important;