plyr: hide volume on mobile

pull/221/head
Varun Patil 2022-11-13 21:54:03 -08:00
parent 8a0da69276
commit ba00ddd9c2
1 changed files with 7 additions and 0 deletions

View File

@ -843,6 +843,13 @@ export default class Viewer extends Mixins(GlobalMixin) {
display: none;
}
:deep .plyr__volume {
// Cannot be vertical yet :(
@media (max-width: 768px) {
display: none;
}
}
:deep .pswp {
.pswp__zoom-wrap {
width: 100%;