diff --git a/src/components/FolderView/SongList.vue b/src/components/FolderView/SongList.vue index 338d806f..ca4fe614 100644 --- a/src/components/FolderView/SongList.vue +++ b/src/components/FolderView/SongList.vue @@ -157,25 +157,6 @@ function getTrackList() { background-color: $gray4; color: $white !important; } - - .highlighted { - color: $white !important; - animation: blinker 1.5s ease 1s; - } - - @keyframes blinker { - 25% { - background-color: $gray4; - } - - 50% { - background-color: transparent; - } - - 75% { - background-color: $gray4; - } - } } } diff --git a/src/components/LeftSidebar/NP/SongCard.vue b/src/components/LeftSidebar/NP/SongCard.vue index 6b5df4fe..f9bc52bc 100644 --- a/src/components/LeftSidebar/NP/SongCard.vue +++ b/src/components/LeftSidebar/NP/SongCard.vue @@ -31,6 +31,7 @@ @@ -106,9 +107,8 @@ const imguri = paths.images.thumb.large; font-weight: 900; margin: 0 auto; } - + .artists { - font-size: 0.85rem; opacity: 0.5; margin: 0 auto; diff --git a/src/components/shared/ArtistName.vue b/src/components/shared/ArtistName.vue index c4a5e09d..d13c6bf3 100644 --- a/src/components/shared/ArtistName.vue +++ b/src/components/shared/ArtistName.vue @@ -1,9 +1,16 @@