- iOS volume display fix
This commit is contained in:
Sam Potts
2020-02-14 17:33:09 +00:00
parent 04d06f2242
commit 6350b7b9e4
5 changed files with 13 additions and 3 deletions

View File

@ -17,3 +17,9 @@
z-index: 2;
}
}
// Auto size on iOS as there's no slider
.plyr--is-ios .plyr__volume {
min-width: 0;
width: auto;
}