aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
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