New: Modified default song art to resemble a CD
This commit is contained in:
parent
7f728bc05b
commit
bdbcd58116
1 changed files with 7 additions and 1 deletions
|
|
@ -2015,13 +2015,19 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainerNoAlbum .defaultCardBackground {
|
.nowPlayingPageImageContainerNoAlbum .defaultCardBackground {
|
||||||
background: repeating-radial-gradient(black, transparent 16em);
|
background: repeating-radial-gradient(black, transparent 10em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
|
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
|
||||||
color: var(--borderColor);
|
color: var(--borderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (orientation: portrait) and (max-width: 43em) {
|
||||||
|
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
|
||||||
|
font-size: 8em !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile .playlistSection .playlist {
|
.layout-mobile .playlistSection .playlist {
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
top: 3.5em;
|
top: 3.5em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue