Don't move caption up when "showing" the lower controls when the controls are empty
This commit is contained in:
@ -112,4 +112,7 @@
|
||||
|
||||
.plyr__controls:empty {
|
||||
display: none;
|
||||
}
|
||||
~ .plyr__captions {
|
||||
transform: translateY(0px);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user