diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-01 14:14:56 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-01 14:14:56 +0100 |
commit | 1198a08cc76c9b25209e776a3cfc529584cbdd67 (patch) | |
tree | 886e9995cba7b7954cce4911f6388f7fc45fc248 /client/src/sass | |
parent | 901637bb87f5eb0518fb7ca69d98b53ed918339e (diff) | |
download | PeerTube-1198a08cc76c9b25209e776a3cfc529584cbdd67.tar.gz PeerTube-1198a08cc76c9b25209e776a3cfc529584cbdd67.tar.zst PeerTube-1198a08cc76c9b25209e776a3cfc529584cbdd67.zip |
Fix playback rate
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index f2251244a..3dfad5ff6 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -220,7 +220,7 @@ $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: 48px; | 223 | margin-right: 50px; |
224 | 224 | ||
225 | .vjs-playback-rate-value { | 225 | .vjs-playback-rate-value { |
226 | font-size: 13px; | 226 | font-size: 13px; |