Vertically center play button

This commit is contained in:
Raphael Wickihalder 2022-03-17 12:38:57 +01:00
parent 5632624cd9
commit bc6ed5d483
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -263,6 +263,8 @@ button.vjs-big-play-button {
.vjs-big-play-button {
left: calc(50% - 2.5rem) !important;
margin-left: unset !important;
top: calc(50% - 2.5rem) !important;
margin-top: unset !important;
}
}