hide play button when paused on desktop
This commit is contained in:
parent
47e8339b9d
commit
e24eaa3552
1 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,9 @@
|
||||||
|
|
||||||
.vjs-paused .vjs-big-play-button,
|
.vjs-paused .vjs-big-play-button,
|
||||||
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
.vjs-paused.vjs-has-started .vjs-big-play-button {
|
||||||
display: block;
|
@media (max-width: $breakpoint-small) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-render {
|
.file-render {
|
||||||
|
|
Loading…
Reference in a new issue