aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/player/control-bar.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss
index e8b447b9e..b3a96510a 100644
--- a/client/src/sass/player/control-bar.scss
+++ b/client/src/sass/player/control-bar.scss
@@ -403,6 +403,14 @@
403 .vjs-theater-control { 403 .vjs-theater-control {
404 display: none; 404 display: none;
405 } 405 }
406
407 .vjs-peertube {
408 .icon,
409 .download-speed-text,
410 .upload-speed-text {
411 display: none !important;
412 }
413 }
406 } 414 }
407 415
408 @media screen and (max-width: $screen-width-570) { 416 @media screen and (max-width: $screen-width-570) {