Mini Player Fix (#1289)
* Fix mini player controls * Hide time in mini player
This commit is contained in:
parent
a0254740bc
commit
e2a4490d79
1 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,10 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-time-control {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue