Merge pull request #1078 from DashCruft/patch-1

Songs Library UI Fix
This commit is contained in:
yazninja 2022-05-26 11:36:24 +08:00 committed by GitHub
commit 70b7c16acf
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;
}
}
}