Don't move caption up when "showing" the lower controls when the controls are empty

This commit is contained in:
Albin Larsson
2018-07-30 01:02:13 +02:00
parent 5eda498516
commit e5e169a1e2
2 changed files with 7 additions and 7 deletions

View File

@ -112,4 +112,7 @@
.plyr__controls:empty {
display: none;
}
~ .plyr__captions {
transform: translateY(0px);
}
}