diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:19:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:19:45 +0200 |
commit | fa1e07ca546c26f30b03be7a4822d771861d5a7a (patch) | |
tree | 49bc1cb373dceafd7501a231be6c2ccc2338d00d /client/src/sass/player/peertube-skin.scss | |
parent | 24893b524c47b8f89090192aa38126352a952808 (diff) | |
download | PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.tar.gz PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.tar.zst PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.zip |
Fix player icons on chrome
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 7fe4ac193..96d752699 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -354,9 +354,10 @@ body { | |||
354 | &.icon-previous { | 354 | &.icon-previous { |
355 | mask-image: url('#{$assets-path}/player/images/next.svg'); | 355 | mask-image: url('#{$assets-path}/player/images/next.svg'); |
356 | -webkit-mask-image: url('#{$assets-path}/player/images/next.svg'); | 356 | -webkit-mask-image: url('#{$assets-path}/player/images/next.svg'); |
357 | mask-size: cover; | ||
358 | -webkit-mask-size: cover; | ||
357 | 359 | ||
358 | background-color: #fff; | 360 | background-color: #fff; |
359 | mask-size: cover; | ||
360 | width: 11px; | 361 | width: 11px; |
361 | height: 11px; | 362 | height: 11px; |
362 | margin-top: -2px; | 363 | margin-top: -2px; |