Skip to content

Commit e9e0d31

Browse files
committed
fix: layout image issue on currently playing card
1 parent a9a1d48 commit e9e0d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/currently-playing-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function SpotifyCard(): React.ReactNode {
8888
{albumImageUrl && (
8989
<div className='flex-shrink-0'>
9090
<LazyImage
91-
className='main-border h-1w-16 w-16 rounded-md'
91+
className='main-border h-16 w-16 overflow-hidden rounded-md'
9292
title={albumName}
9393
src={albumImageUrl}
9494
alt={albumName as string}

0 commit comments

Comments
 (0)