iss #6: sort diffusion by start in explorer + space between artist and title

This commit is contained in:
bkfox
2017-10-23 15:18:48 +02:00
parent a0968d35f6
commit 4ed8559034
6 changed files with 26 additions and 6 deletions

View File

@ -222,3 +222,12 @@ main.detail {
color: #616161;
}
section.playlist .artist {
display: inline-block;
margin-right: 0.4em;
}
section.playlist .artist:after {
padding-left: 0.2em;
content: ':'
}