diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-07 13:46:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-07 13:46:58 +0200 |
commit | 3efa3f4d3552719ceda0b5f243a8f3dc87b29535 (patch) | |
tree | 17bfc6ef735248b35cebfa2457df285eac4e447c /client/src | |
parent | 951b582f52d0694865f020f0e53ccfad2d2d6033 (diff) | |
download | PeerTube-3efa3f4d3552719ceda0b5f243a8f3dc87b29535.tar.gz PeerTube-3efa3f4d3552719ceda0b5f243a8f3dc87b29535.tar.zst PeerTube-3efa3f4d3552719ceda0b5f243a8f3dc87b29535.zip |
Fix play overlay icon
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/include/_miniature.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index 97b4c690b..134b307b1 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -52,7 +52,7 @@ $play-overlay-width: 18px; | |||
52 | } | 52 | } |
53 | 53 | ||
54 | .icon { | 54 | .icon { |
55 | @include play-icon($play-overlay-height, $play-overlay-width); | 55 | @include play-icon($play-overlay-width, $play-overlay-height); |
56 | } | 56 | } |
57 | } | 57 | } |
58 | 58 | ||