diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-20 10:21:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-20 10:21:28 +0200 |
commit | 3c40590d7467cfb187952993c4c7a5c4eaefb37a (patch) | |
tree | a7a23ee7cffe7008aba8c24e989078027987a5a9 /client/src/sass | |
parent | 6cf57b443d559f54c80a36004670e38afadffee5 (diff) | |
download | PeerTube-3c40590d7467cfb187952993c4c7a5c4eaefb37a.tar.gz PeerTube-3c40590d7467cfb187952993c4c7a5c4eaefb37a.tar.zst PeerTube-3c40590d7467cfb187952993c4c7a5c4eaefb37a.zip |
Fix auto quality
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 88bc0cfdf..680958a9f 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -447,7 +447,7 @@ $setting-transition-easing: ease-out; | |||
447 | } | 447 | } |
448 | 448 | ||
449 | .vjs-dock-description { | 449 | .vjs-dock-description { |
450 | font-size: 10px; | 450 | font-size: 9px; |
451 | } | 451 | } |
452 | 452 | ||
453 | .vjs-big-play-button { | 453 | .vjs-big-play-button { |
@@ -465,10 +465,6 @@ $setting-transition-easing: ease-out; | |||
465 | font-size: 14px; | 465 | font-size: 14px; |
466 | } | 466 | } |
467 | 467 | ||
468 | .vjs-dock-description { | ||
469 | font-size: 9px; | ||
470 | } | ||
471 | |||
472 | .vjs-big-play-button { | 468 | .vjs-big-play-button { |
473 | font-size: 4.5em; | 469 | font-size: 4.5em; |
474 | border-width: 4.5px; | 470 | border-width: 4.5px; |