If the plyr__controls is empty it is still showing the transition causing captions to be pushed up when hovering over where the controls would be. This change hides the plyr__controls div when it is empty.

This commit is contained in:
mjfwebb 2018-07-29 22:02:16 +02:00
parent 44b5d9f6b9
commit 5eda498516

View File

@ -109,3 +109,7 @@
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
display: inline-block;
}
.plyr__controls:empty {
display: none;
}