aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/sass/video-js-custom.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index 88af9cbc5..db338dd38 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -378,8 +378,16 @@ $control-bar-height: 34px;
378 } 378 }
379 379
380 @media screen and (max-width: 550px) { 380 @media screen and (max-width: 550px) {
381 .vjs-dock-text {
382 font-size: 14px;
383 }
384
385 .vjs-dock-description {
386 font-size: 9px;
387 }
388
381 .vjs-big-play-button { 389 .vjs-big-play-button {
382 font-size: 5em; 390 font-size: 4.5em;
383 } 391 }
384 392
385 .vjs-playback-rate { 393 .vjs-playback-rate {
@@ -400,10 +408,6 @@ $control-bar-height: 34px;
400 font-size: 13px; 408 font-size: 13px;
401 } 409 }
402 410
403 .vjs-dock-description {
404 font-size: 9px;
405 }
406
407 .vjs-big-play-button { 411 .vjs-big-play-button {
408 font-size: 4em; 412 font-size: 4em;
409 } 413 }