diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-28 08:26:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-28 08:26:22 +0100 |
commit | 7ccfb37f328f2b2c338019238e58344032d5a381 (patch) | |
tree | 9ab48d16d0c4d46a35068f7a6dd201c11bd70e6a | |
parent | 628d28e84ba49f4214cfe4946cbaf0a9f799929a (diff) | |
download | PeerTube-7ccfb37f328f2b2c338019238e58344032d5a381.tar.gz PeerTube-7ccfb37f328f2b2c338019238e58344032d5a381.tar.zst PeerTube-7ccfb37f328f2b2c338019238e58344032d5a381.zip |
Fix player on very small screens
-rw-r--r-- | client/src/sass/video-js-custom.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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; | |||
343 | font-size: 5em; | 343 | font-size: 5em; |
344 | } | 344 | } |
345 | 345 | ||
346 | .vjs-webtorrent { | 346 | .vjs-peertube { |
347 | padding: 0 !important; | 347 | padding: 0 !important; |
348 | 348 | ||
349 | .vjs-webtorrent-displayed { | 349 | .vjs-peertube-displayed { |
350 | display: none !important; | 350 | display: none !important; |
351 | } | 351 | } |
352 | } | 352 | } |
@@ -354,7 +354,7 @@ $control-bar-height: 34px; | |||
354 | 354 | ||
355 | @media screen and (max-width: 300px) { | 355 | @media screen and (max-width: 300px) { |
356 | .vjs-dock-text { | 356 | .vjs-dock-text { |
357 | font-size: 1.5em; | 357 | font-size: 1em; |
358 | } | 358 | } |
359 | 359 | ||
360 | .vjs-big-play-button { | 360 | .vjs-big-play-button { |