From 7a05ffa614a213947a43b6f9e251dfbae1017ad5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 31 May 2013 14:54:02 -0400 Subject: [PATCH] decrease video size on mobile --- dashboard-ui/css/site.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 3b8781db36..2e1c73d462 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -865,6 +865,12 @@ input[type="range"]::-ms-fill-upper { } } +@media all and (max-width: 500px) { + .itemVideo:not(.fullscreenVideo) { + width: 220px; + } +} + @media all and (max-width: 750px) { .positionSlider { width: 50px;