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.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 5fd2f9567..efaf3e3cb 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -474,9 +474,12 @@ $setting-transition-easing: ease-out;
474 display: none !important; 474 display: none !important;
475 } 475 }
476 476
477 .vjs-volume-panel { 477 .vjs-peertube-link {
478 width: 26px !important; 478 padding: 0 !important;
479 margin-right: 83px !important; 479 }
480
481 .vjs-settings {
482 width: 33px;
480 } 483 }
481 } 484 }
482} 485}