feat: Add a way to trim the audio

This commit is contained in:
Pierre Rudloff 2018-07-03 19:47:35 +02:00
parent c80828f300
commit f1cf0a2cdc
4 changed files with 112 additions and 38 deletions

View file

@ -260,11 +260,10 @@ footer a:hover {
width:622px;
}
.mp3 p {
.mp3-inner {
padding:3px;
}
.audio:not(:checked),
.audio:checked {
left: -9999px;
@ -273,7 +272,7 @@ footer a:hover {
.audio:not(:checked) + label,
.audio:checked + label {
cursor: pointer;
line-height:22px;
line-height:20px;
padding-left: 82px;
position: relative;
}
@ -373,7 +372,15 @@ footer a:hover {
width:73px;
}
.seekOptions {
display: none;
margin-top: 15px;
text-align: center;
}
.audio:checked ~ .seekOptions {
display: block;
}
/* Playlists */