aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-01 13:02:09 +0100
committerChocobozzz <me@florianbigard.com>2018-03-01 13:02:09 +0100
commita73c582e5b6f5c52427b38aaf55b3afbead24053 (patch)
tree607ecc74df7410fd8b740ff488110b84819accdc /client/src/sass/video-js-custom.scss
parent57886d66718f0c2dd21f735472e35900a5059cce (diff)
downloadPeerTube-a73c582e5b6f5c52427b38aaf55b3afbead24053.tar.gz
PeerTube-a73c582e5b6f5c52427b38aaf55b3afbead24053.tar.zst
PeerTube-a73c582e5b6f5c52427b38aaf55b3afbead24053.zip
Improve playback speed style
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r--client/src/sass/video-js-custom.scss12
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