diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-04 11:42:06 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:58:29 +0200 |
commit | 5abc96fca2496f33075796db208fccc3543e0f65 (patch) | |
tree | 72da3df83df172a7a66b9ecff9b136e171c830bf /client/src/sass | |
parent | a4ff3100d36f2fe9a4dfc00e8487c28a94433c4f (diff) | |
download | PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.gz PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.zst PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.zip |
Add logic to handle playlist in embed
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index bdeff8f9a..2c22239a0 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -308,8 +308,10 @@ body { | |||
308 | .icon { | 308 | .icon { |
309 | &.icon-next { | 309 | &.icon-next { |
310 | mask-image: url('#{$assets-path}/player/images/next.svg'); | 310 | mask-image: url('#{$assets-path}/player/images/next.svg'); |
311 | -webkit-mask-image: url('#{$assets-path}/player/images/next.svg'); | ||
311 | background-color: white; | 312 | background-color: white; |
312 | mask-size: cover; | 313 | mask-size: cover; |
314 | -webkit-mask-size: cover; | ||
313 | transform: scale(2.2); | 315 | transform: scale(2.2); |
314 | } | 316 | } |
315 | } | 317 | } |