feat: Add a way to trim the audio
This commit is contained in:
parent
c80828f300
commit
f1cf0a2cdc
4 changed files with 112 additions and 38 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue