Fix: Now playing indicator icon was showing over the animated gif
New: Modified the style a bit
This commit is contained in:
parent
8251a9ca60
commit
60ba1ef6b4
1 changed files with 10 additions and 0 deletions
|
|
@ -2078,4 +2078,14 @@ color: var(--textColor);
|
||||||
|
|
||||||
.nowPlayingAlbum.nowPlayingSeason{
|
.nowPlayingAlbum.nowPlayingSeason{
|
||||||
color: var(--dimTextColor);
|
color: var(--dimTextColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
.playlistIndexIndicatorImage {
|
||||||
|
background-blend-mode: difference;
|
||||||
|
background-color: var(--textColor);
|
||||||
|
background-size: contain !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.playlistIndexIndicatorImage.defaultCardBackground .audiotrack{
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue