diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 24568f953b..55d77ba342 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -846,6 +846,26 @@ input[type="range"]::-ms-fill-upper { } +@media all and (max-width: 500px) { + .volumeButton, .volumeSlider, .fullscsreenButton { + display: none!important; + } + + .positionSlider { + width: 50px; + } + + .itemVideo:not(.fullscreenVideo) { + left: -300px; + } +} + +@media all and (max-width: 750px) { + .positionSlider { + width: 50px; + } +} + /* VideoJS overrides */ #videoWindow.tubecss .vjs-menu-button { diff --git a/dashboard-ui/library.html b/dashboard-ui/library.html index 2d87a75fe0..772559ad94 100644 --- a/dashboard-ui/library.html +++ b/dashboard-ui/library.html @@ -32,7 +32,7 @@
-
Define images for collections by browsing and editing.
+
Define images by browsing and editing collections.
';