From 6cf57b443d559f54c80a36004670e38afadffee5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Apr 2018 09:05:54 +0200 Subject: Player better responsive --- client/src/sass/video-js-custom.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'client/src') diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index f77447e97..88bc0cfdf 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -441,6 +441,25 @@ $setting-transition-easing: ease-out; } } + @media screen and (max-width: 750px) { + .vjs-dock-text { + font-size: 16px; + } + + .vjs-dock-description { + font-size: 10px; + } + + .vjs-big-play-button { + font-size: 5em; + border-width: 5px; + + .vjs-icon-placeholder::before { + @include big-play-button-triangle-size(32px); + } + } + } + @media screen and (max-width: 570px) { .vjs-dock-text { font-size: 14px; -- cgit v1.2.3