From: Chocobozzz Date: Wed, 28 Feb 2018 07:26:22 +0000 (+0100) Subject: Fix player on very small screens X-Git-Tag: v0.0.29-alpha~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7ccfb37f328f2b2c338019238e58344032d5a381;p=github%2FChocobozzz%2FPeerTube.git Fix player on very small screens --- diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index ee8f25949..8b6d54b22 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -343,10 +343,10 @@ $control-bar-height: 34px; font-size: 5em; } - .vjs-webtorrent { + .vjs-peertube { padding: 0 !important; - .vjs-webtorrent-displayed { + .vjs-peertube-displayed { display: none !important; } } @@ -354,7 +354,7 @@ $control-bar-height: 34px; @media screen and (max-width: 300px) { .vjs-dock-text { - font-size: 1.5em; + font-size: 1em; } .vjs-big-play-button {