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;