mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Tiny tweaks for song list elements
This commit is contained in:
parent
25c46fc4e0
commit
c842ef4db0
2 changed files with 2 additions and 1 deletions
|
@ -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%);
|
||||
|
|
|
@ -329,7 +329,7 @@
|
|||
}
|
||||
|
||||
.length {
|
||||
flex: 0 0 48px;
|
||||
flex: 0 0 44px;
|
||||
text-align: right;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue