mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix big play button
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user