From 869968d792cb25dd405b994b9337f48abde29001 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 26 Mar 2018 13:44:52 +0200 Subject: [PATCH] Improve embed video player responsive --- client/src/sass/video-js-custom.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 88af9cbc5..db338dd38 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -378,8 +378,16 @@ $control-bar-height: 34px; } @media screen and (max-width: 550px) { + .vjs-dock-text { + font-size: 14px; + } + + .vjs-dock-description { + font-size: 9px; + } + .vjs-big-play-button { - font-size: 5em; + font-size: 4.5em; } .vjs-playback-rate { @@ -400,10 +408,6 @@ $control-bar-height: 34px; font-size: 13px; } - .vjs-dock-description { - font-size: 9px; - } - .vjs-big-play-button { font-size: 4em; } -- 2.25.1