Design flaw fix for library artists page (#1083)

This commit is contained in:
Porya 2022-05-26 23:20:32 -07:00 committed by GitHub
parent ada1360578
commit 450f8c36c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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%;
}
}
}
} }