diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-30 17:40:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-03 14:02:10 +0200 |
commit | c6352f2c64f3c1ad54f8500f493587cdce3d33c9 (patch) | |
tree | 642a5b29b4d68ed8915e5e800232eab069303f79 /client/src/standalone/videos/embed.scss | |
parent | 6b9af1293621a81564296ead6f12f5e70eafbca2 (diff) | |
download | PeerTube-c6352f2c64f3c1ad54f8500f493587cdce3d33c9.tar.gz PeerTube-c6352f2c64f3c1ad54f8500f493587cdce3d33c9.tar.zst PeerTube-c6352f2c64f3c1ad54f8500f493587cdce3d33c9.zip |
Improve player
Add a settings dialog based on the work of Yanko Shterev (@yshterev):
https://github.com/yshterev/videojs-settings-menu. Thanks!
Diffstat (limited to 'client/src/standalone/videos/embed.scss')
-rw-r--r-- | client/src/standalone/videos/embed.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 9fa868c9b..b015c6736 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss | |||
@@ -14,8 +14,6 @@ html, body { | |||
14 | margin: 0; | 14 | margin: 0; |
15 | } | 15 | } |
16 | 16 | ||
17 | |||
18 | |||
19 | .video-js.vjs-peertube-skin { | 17 | .video-js.vjs-peertube-skin { |
20 | width: 100%; | 18 | width: 100%; |
21 | height: 100%; | 19 | height: 100%; |
@@ -25,22 +23,6 @@ html, body { | |||
25 | background-size: 100% auto; | 23 | background-size: 100% auto; |
26 | } | 24 | } |
27 | 25 | ||
28 | .vjs-peertube-link { | ||
29 | @include disable-outline; | ||
30 | |||
31 | color: #fff; | ||
32 | text-decoration: none; | ||
33 | font-size: $font-size; | ||
34 | line-height: $control-bar-height; | ||
35 | transition: all .4s; | ||
36 | font-weight: $font-semibold; | ||
37 | padding-right: 5px; | ||
38 | } | ||
39 | |||
40 | .vjs-peertube-link:hover { | ||
41 | text-shadow: 0 0 1em #fff; | ||
42 | } | ||
43 | |||
44 | @media screen and (max-width: 350px) { | 26 | @media screen and (max-width: 350px) { |
45 | .vjs-play-control { | 27 | .vjs-play-control { |
46 | padding: 0 5px !important; | 28 | padding: 0 5px !important; |