hide play button when paused on desktop

This commit is contained in:
Sean Yesmunt 2020-03-23 12:00:38 -04:00
parent 47e8339b9d
commit e24eaa3552

View file

@ -132,7 +132,9 @@
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
display: block;
@media (max-width: $breakpoint-small) {
display: block;
}
}
.file-render {