1
0
Fork 0

Fix big play button

This commit is contained in:
Chocobozzz 2021-06-28 13:38:43 +02:00
parent 21b5c2982f
commit 62ddc31a9e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ body {
@mixin big-play-button-triangle-size($triangle-size) {
width: $triangle-size;
height: $triangle-size;
top: calc(50% - math.div($triangle-size, 2));
left: calc(53% - math.div($triangle-size, 2));
top: calc(50% - #{math.div($triangle-size, 2)});
left: calc(53% - #{math.div($triangle-size, 2)});
}
.video-js.vjs-peertube-skin {