This commit is contained in:
booploops 2022-05-27 01:20:20 -07:00
commit debc1fa01b

View file

@ -2105,4 +2105,21 @@ input[type=checkbox][switch]:checked:active::before {
padding-left: 25px; padding-left: 25px;
} }
} }
&.library-artists-page {
.inner-container
.list-container
.podcasts-list {
background: rgba(27, 27, 27);
padding-top: 14px;
width: 272px;
.cd-mediaitem-list-item {
margin-left: 10px;
}
.cd-mediaitem-list-item:hover {
width: 96%;
}
}
}
} }