aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-20 09:05:54 +0200
committerChocobozzz <me@florianbigard.com>2018-04-20 09:05:54 +0200
commit6cf57b443d559f54c80a36004670e38afadffee5 (patch)
treed5618f3798560045ec9f097094e10de84bad9c13
parent7a14004b4e16e23076f29d9c5d890f2a5130e171 (diff)
downloadPeerTube-6cf57b443d559f54c80a36004670e38afadffee5.tar.gz
PeerTube-6cf57b443d559f54c80a36004670e38afadffee5.tar.zst
PeerTube-6cf57b443d559f54c80a36004670e38afadffee5.zip
Player better responsive
-rw-r--r--client/src/sass/video-js-custom.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss
index f77447e97..88bc0cfdf 100644
--- a/client/src/sass/video-js-custom.scss
+++ b/client/src/sass/video-js-custom.scss
@@ -441,6 +441,25 @@ $setting-transition-easing: ease-out;
441 } 441 }
442 } 442 }
443 443
444 @media screen and (max-width: 750px) {
445 .vjs-dock-text {
446 font-size: 16px;
447 }
448
449 .vjs-dock-description {
450 font-size: 10px;
451 }
452
453 .vjs-big-play-button {
454 font-size: 5em;
455 border-width: 5px;
456
457 .vjs-icon-placeholder::before {
458 @include big-play-button-triangle-size(32px);
459 }
460 }
461 }
462
444 @media screen and (max-width: 570px) { 463 @media screen and (max-width: 570px) {
445 .vjs-dock-text { 464 .vjs-dock-text {
446 font-size: 14px; 465 font-size: 14px;