iOS bug fixes (fixes #213)

This commit is contained in:
Sam Potts
2016-05-14 08:56:59 +10:00
parent 448c070898
commit d2e9c61fd7
8 changed files with 49 additions and 15 deletions
+11 -2
View File
@@ -364,6 +364,7 @@
// Large play button (video only)
.plyr__play-large {
display: none;
position: absolute;
top: 50%;
left: 50%;
@@ -389,6 +390,9 @@
outline: 1px dotted fade(@plyr-video-control-color, 50%);
}
}
.plyr .plyr__play-large {
display: inline-block;
}
.plyr--audio .plyr__play-large {
display: none;
}
@@ -481,7 +485,7 @@
// <progress> element
.plyr__progress {
position: relative;
display: inline-block;
display: none;
flex: 1;
input[type="range"] {
@@ -504,6 +508,9 @@
left: 0;
}
}
.plyr .plyr__progress {
display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
@@ -636,8 +643,10 @@
// Volume
// --------------------------------------------------------------
.plyr .plyr__volume {
.plyr__volume {
display: none;
}
.plyr .plyr__volume {
flex: 1;
position: relative;