fixed 'song' to 'item' in collection view, added see all to top songs on artist page

This commit is contained in:
booploops 2021-12-09 23:53:33 -08:00
parent f80ccceeb2
commit ec32724ed3
3 changed files with 18 additions and 19 deletions

View file

@ -1496,18 +1496,18 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
color: white;
}
.well {
background: rgba(200, 200, 200, 0.05);
border-radius: 10px;
padding: var(--contentInnerPadding);
box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
margin-top: 16px;
}
/* Album / Playlist Page */
.playlist-page {
padding: 0px;
.well {
background: rgba(200, 200, 200, 0.05);
border-radius: 10px;
padding: var(--contentInnerPadding);
box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
margin-top: 16px;
}
.playlist-body {
padding: var(--contentInnerPadding);
}
@ -1675,14 +1675,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
padding: var(--contentInnerPadding);
}
.well {
background: rgba(200, 200, 200, 0.05);
border-radius: 10px;
padding: var(--contentInnerPadding);
box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
margin-top: 16px;
}
.showmoreless {
font-family: inherit;
font-size: 16px;