Fix: Now playing indicator icon was showing over the animated gif

New: Modified the style a bit
This commit is contained in:
lscambo13
2025-01-25 17:33:09 +05:30
parent 8251a9ca60
commit 60ba1ef6b4

View File

@@ -2079,3 +2079,13 @@ color: var(--textColor);
.nowPlayingAlbum.nowPlayingSeason{
color: var(--dimTextColor);
}
.playlistIndexIndicatorImage {
background-blend-mode: difference;
background-color: var(--textColor);
background-size: contain !important;
}
.playlistIndexIndicatorImage.defaultCardBackground .audiotrack{
display: none;
}