Merge pull request #1134 from mjfwebb/hide-empty-controls
Hide empty controls
This commit is contained in:
@ -109,3 +109,11 @@
|
||||
.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.plyr__controls:empty {
|
||||
display: none;
|
||||
|
||||
~ .plyr__captions {
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user