aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
authorjonathanraes <jonathanraes@users.noreply.github.com>2018-03-01 08:26:56 +0100
committerChocobozzz <me@florianbigard.com>2018-03-01 08:26:56 +0100
commit57886d66718f0c2dd21f735472e35900a5059cce (patch)
tree20360fe89b7f47ce9aafc4629fc121803bfe1d3f /client/src/sass/video-js-custom.scss
parent09cababd79f9d445aa027c93cdfe823745fa041a (diff)
downloadPeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.gz
PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.zst
PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.zip
Support different playback rates (#318)
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r--client/src/sass/video-js-custom.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 75630dd63..e87ae21ae 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -180,7 +180,6 @@ $control-bar-height: 34px;
180 width: 100%; 180 width: 100%;
181 line-height: $control-bar-height; 181 line-height: $control-bar-height;
182 text-align: right; 182 text-align: right;
183 padding-right: 60px;
184 183
185 .vjs-peertube-displayed { 184 .vjs-peertube-displayed {
186 display: block; 185 display: block;
@@ -219,6 +218,12 @@ $control-bar-height: 34px;
219 } 218 }
220 } 219 }
221 220
221 .vjs-playback-rate {
222 font-size: 10px;
223 margin-right: 60px;
224 margin-top: 2px;
225 }
226
222 .vjs-mute-control { 227 .vjs-mute-control {
223 outline: 0; 228 outline: 0;
224 229
@@ -322,7 +327,6 @@ $control-bar-height: 34px;
322 } 327 }
323 328
324 .vjs-menu-button-popup { 329 .vjs-menu-button-popup {
325 font-size: 13px;
326 font-weight: $font-semibold; 330 font-weight: $font-semibold;
327 width: 50px; 331 width: 50px;
328 332