Vertically center play button
This commit is contained in:
parent
5632624cd9
commit
bc6ed5d483
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue