diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-20 16:13:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-20 16:13:55 +0100 |
commit | 07fa4c97ca50b83b0bee9230da97d02401b4e05f (patch) | |
tree | 07a5ef1b14d8f0596c241456e4cc772f38c0e4ba /client/src/sass/video-js-custom.scss | |
parent | dddf58c8ce58f6cdd4b8ba93690cceae8f52c37d (diff) | |
download | PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.tar.gz PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.tar.zst PeerTube-07fa4c97ca50b83b0bee9230da97d02401b4e05f.zip |
Add support to video support on client
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-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 209fb1683..ee6b9219b 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -24,7 +24,7 @@ $control-bar-height: 34px; | |||
24 | 24 | ||
25 | .vjs-big-play-button { | 25 | .vjs-big-play-button { |
26 | outline: 0; | 26 | outline: 0; |
27 | font-size: 7em; | 27 | font-size: 6em; |
28 | 28 | ||
29 | $big-play-width: 1.5em; | 29 | $big-play-width: 1.5em; |
30 | $big-play-height: 1em; | 30 | $big-play-height: 1em; |
@@ -340,7 +340,7 @@ $control-bar-height: 34px; | |||
340 | 340 | ||
341 | @media screen and (max-width: 550px) { | 341 | @media screen and (max-width: 550px) { |
342 | .vjs-big-play-button { | 342 | .vjs-big-play-button { |
343 | font-size: 6.5em; | 343 | font-size: 5em; |
344 | } | 344 | } |
345 | 345 | ||
346 | .vjs-webtorrent { | 346 | .vjs-webtorrent { |
@@ -358,7 +358,7 @@ $control-bar-height: 34px; | |||
358 | } | 358 | } |
359 | 359 | ||
360 | .vjs-big-play-button { | 360 | .vjs-big-play-button { |
361 | font-size: 5em; | 361 | font-size: 4em; |
362 | } | 362 | } |
363 | 363 | ||
364 | .vjs-volume-control { | 364 | .vjs-volume-control { |