Files
2021-09-13 06:53:04 -04:00

17 lines
312 B
CSS

.audio-player:focus {
outline : 0;
}
.plyr__controls {
-webkit-box-pack : start;
-webkit-justify-content : flex-start;
-ms-flex-pack : start;
justify-content : flex-start;
}
.plyr__progress {
-webkit-box-flex : 1;
-webkit-flex-grow : 1;
-ms-flex-positive : 1;
flex-grow : 1;
}