mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Now playing indicator icon was showing over the animated gif
New: Modified the style a bit
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user