Play button vertical alignment in Safari
-
I’ve just noticed that the play button doesn’t vertically align as intended in Safari (15.6.1), it sits at the top of the video block, horizontally centered. This is occurring on several sites I manage.
For now I’ve just modified the CSS to this, which appears to work (though I’ve not applied it to the page I’ve linked to, so you can see the issue):.hd-bcve-wrapper .play-button {
top: calc( 50% - ( 0.5 * var(--hd-play-button-size) ));
}It seems Safari may be struggling with the calc.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Play button vertical alignment in Safari’ is closed to new replies.