aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/video-js-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-26 13:44:52 +0200
committerChocobozzz <me@florianbigard.com>2018-03-26 13:55:27 +0200
commit869968d792cb25dd405b994b9337f48abde29001 (patch)
tree1dcf60eba7704070d5eef70fb7864a65cbf2c911 /client/src/sass/video-js-custom.scss
parent48e35415c76522af72f18714419d0f19dae48bcf (diff)
downloadPeerTube-869968d792cb25dd405b994b9337f48abde29001.tar.gz
PeerTube-869968d792cb25dd405b994b9337f48abde29001.tar.zst
PeerTube-869968d792cb25dd405b994b9337f48abde29001.zip
Improve embed video player responsive
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-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 }