diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 12 |
1 files changed, 10 insertions, 2 deletions
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; | |||
220 | 220 | ||
221 | .vjs-playback-rate { | 221 | .vjs-playback-rate { |
222 | font-size: 10px; | 222 | font-size: 10px; |
223 | margin-right: 60px; | 223 | margin-right: 48px; |
224 | margin-top: 2px; | 224 | |
225 | .vjs-playback-rate-value { | ||
226 | font-size: 13px; | ||
227 | line-height: $control-bar-height; | ||
228 | } | ||
225 | } | 229 | } |
226 | 230 | ||
227 | .vjs-mute-control { | 231 | .vjs-mute-control { |
@@ -369,6 +373,10 @@ $control-bar-height: 34px; | |||
369 | font-size: 5em; | 373 | font-size: 5em; |
370 | } | 374 | } |
371 | 375 | ||
376 | .vjs-playback-rate { | ||
377 | display: none; | ||
378 | } | ||
379 | |||
372 | .vjs-peertube { | 380 | .vjs-peertube { |
373 | padding: 0 !important; | 381 | padding: 0 !important; |
374 | 382 | ||