feat: update commit SHA, enhance UI components with improved layouts and functionality, and refine Favorites page with new features

This commit is contained in:
2025-07-01 23:33:40 +00:00
committed by GitHub
parent 0cb4f23f12
commit 4499bdf147
7 changed files with 27 additions and 49 deletions

View File

@@ -83,11 +83,10 @@ export function ArtistIcon({
<div className={cn("space-y-3", className)} {...props}>
<ContextMenu>
<ContextMenuTrigger>
<Card key={artist.id} className="overflow-hidden">
<Card key={artist.id} className="overflow-hidden cursor-pointer" onClick={() => handleClick()}>
<div
className="aspect-square relative group cursor-pointer"
className="aspect-square relative group"
style={{ width: size, height: size }}
onClick={() => handleClick()}
>
<div className="w-full h-full">
<Image