diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-27 14:39:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-27 14:39:10 +0200 |
commit | 586f7c1bef1e95c2b8c74d2e9b074cc004630467 (patch) | |
tree | a00394e4ed473a00499b2c7a6a1923ca5c34b6be /client/src | |
parent | 4b8f09fa0164825fe9cb6423698c78e9c0495789 (diff) | |
download | PeerTube-586f7c1bef1e95c2b8c74d2e9b074cc004630467.tar.gz PeerTube-586f7c1bef1e95c2b8c74d2e9b074cc004630467.tar.zst PeerTube-586f7c1bef1e95c2b8c74d2e9b074cc004630467.zip |
Decrease player button size on very small screens
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index db338dd38..ff6bdfaac 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -409,7 +409,7 @@ $control-bar-height: 34px; | |||
409 | } | 409 | } |
410 | 410 | ||
411 | .vjs-big-play-button { | 411 | .vjs-big-play-button { |
412 | font-size: 4em; | 412 | font-size: 3em; |
413 | } | 413 | } |
414 | 414 | ||
415 | .vjs-volume-control { | 415 | .vjs-volume-control { |