Closed jungby closed 4 months ago
going to add onto that - there is a lot of unused real estate on an artist's page. it is even more clearly seen on bigger displays
Don't know if it's a "proper" fix, but I've changed
.main-yourLibraryX-rowCover {
height: 24px !important;
width: 24px !important;
-webkit-box-shadow: none;
box-shadow: none;
}
to
.main-yourLibraryX-rowCover {
height: 48px !important;
width: 48px !important;
-webkit-box-shadow: none;
box-shadow: none;
}
in the user.css
file, and the icons are now back to what they should look like.
Describe the bug After updating the playlists are now misaligned, the cart for marketplace was already like that but only with this theme
To Reproduce Steps to reproduce the behavior:
Expected behavior They should be aligned when compact or not.
Screenshots
Logs
Specifics (please complete the following information):