Tiny tweaks for song list elements

This commit is contained in:
An Phan 2016-12-11 21:26:50 +08:00
parent 25c46fc4e0
commit c842ef4db0
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 2 additions and 1 deletions

View file

@ -67,6 +67,7 @@ a.view-on-itunes {
background: rgba(255, 255, 255, .1);
height: 20px;
line-height: 20px;
margin-left: 4px;
&:hover {
background: linear-gradient(27deg, #fe5c52 0%,#c74bd5 50%,#2daaff 100%);

View file

@ -329,7 +329,7 @@
}
.length {
flex: 0 0 48px;
flex: 0 0 44px;
text-align: right;
opacity: .5;
}