fix(ziro): always display playing icon (#896)

This commit is contained in:
jon4hz 2023-03-17 13:02:55 +01:00 committed by GitHub
parent 289fc41180
commit 2a5151ae3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,6 +536,10 @@ label.Type__TypeElement-goli3j-0.gCwing.main-playlistEditDetailsModal-textElemen
} }
/*playing status icon - Playlist*/ /*playing status icon - Playlist*/
.CCeu9OfWSwIAJqA49n84.ZcKzjCkYGeMizcSAP8UX { .CCeu9OfWSwIAJqA49n84.ZcKzjCkYGeMizcSAP8UX {
color: var(--spice-subtext);
top: 10px;
}
.main-rootlist-rootlistItemLinkActive + .main-rootlist-statusIcons .CCeu9OfWSwIAJqA49n84.ZcKzjCkYGeMizcSAP8UX {
color: var(--spice-main); color: var(--spice-main);
top: 10px; top: 10px;
} }