aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-04 11:42:06 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-07 08:58:29 +0200
commit5abc96fca2496f33075796db208fccc3543e0f65 (patch)
tree72da3df83df172a7a66b9ecff9b136e171c830bf /client/src/sass/player
parenta4ff3100d36f2fe9a4dfc00e8487c28a94433c4f (diff)
downloadPeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.gz
PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.zst
PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.zip
Add logic to handle playlist in embed
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/peertube-skin.scss2
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 }