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

@ -2083,4 +2083,15 @@ input[type=checkbox][switch]:checked:active::before {
pointer-events: none;
}
}
}
}
.content-inner {
&.library-page {
.heart-icon {
left: 7px;
}
.cd-mediaitem-list-item {
padding-left: 25px;
}
}
}