Songs Library UI Fix

This commit is contained in:
Porya 2022-05-25 18:14:05 -07:00 committed by GitHub
parent ed4dcbe338
commit 523a277729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2084,3 +2084,14 @@ input[type=checkbox][switch]:checked:active::before {
}
}
}
.content-inner {
&.library-page {
.heart-icon {
left: 7px;
}
.cd-mediaitem-list-item {
padding-left: 25px;
}
}
}