This commit is contained in:
booploops 2022-05-25 20:51:39 -07:00
commit 88927dc15f

View file

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