File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 class ="flex items-center gap-4 py-4 px-2 rounded-md hover:bg-[var(--list-hover)] transition-all cursor-pointer ">
1515 < div class ="relative w-12 h-12 rounded-md overflow-hidden group " (click) ="playSong(getSongUrl(song), song, true) ">
1616 < img [src] ="song.image?.[2]?.url || 'assets/img/music_icon/icons8-airpods-pro-max-100.png' " alt ="{{ song.name }} "
17- class ="w-full h-full object-cover group-hover:brightness-75 transition-all duration-300 ease-in-out "
18- [class.brightness-75] ="currentSong?.url === getSongUrl(song) " />
17+ class ="w-full h-full object-cover group-hover:brightness-75 transition-all duration-300 ease-in-out " />
1918
2019 < div
2120 class ="absolute inset-0 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300 "
@@ -182,4 +181,4 @@ <h2 class="text-xl md:text-2xl font-semibold text-[var(--color-text)] truncate">
182181 </ button >
183182 </ div >
184183 </ div >
185- </ app-form-model >
184+ </ app-form-model >
You can’t perform that action at this time.
0 commit comments