From a73c582e5b6f5c52427b38aaf55b3afbead24053 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Mar 2018 13:02:09 +0100 Subject: Improve playback speed style --- client/src/sass/video-js-custom.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'client/src/sass/video-js-custom.scss') diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index e87ae21ae..f2251244a 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -220,8 +220,12 @@ $control-bar-height: 34px; .vjs-playback-rate { font-size: 10px; - margin-right: 60px; - margin-top: 2px; + margin-right: 48px; + + .vjs-playback-rate-value { + font-size: 13px; + line-height: $control-bar-height; + } } .vjs-mute-control { @@ -369,6 +373,10 @@ $control-bar-height: 34px; font-size: 5em; } + .vjs-playback-rate { + display: none; + } + .vjs-peertube { padding: 0 !important; -- cgit v1.2.3