Fix big play button
This commit is contained in:
parent
21b5c2982f
commit
62ddc31a9e
|
@ -12,8 +12,8 @@ body {
|
||||||
@mixin big-play-button-triangle-size($triangle-size) {
|
@mixin big-play-button-triangle-size($triangle-size) {
|
||||||
width: $triangle-size;
|
width: $triangle-size;
|
||||||
height: $triangle-size;
|
height: $triangle-size;
|
||||||
top: calc(50% - math.div($triangle-size, 2));
|
top: calc(50% - #{math.div($triangle-size, 2)});
|
||||||
left: calc(53% - math.div($triangle-size, 2));
|
left: calc(53% - #{math.div($triangle-size, 2)});
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-js.vjs-peertube-skin {
|
.video-js.vjs-peertube-skin {
|
||||||
|
|
Loading…
Reference in New Issue