We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a1d48 commit e9e0d31Copy full SHA for e9e0d31
src/components/common/currently-playing-card.tsx
@@ -88,7 +88,7 @@ export function SpotifyCard(): React.ReactNode {
88
{albumImageUrl && (
89
<div className='flex-shrink-0'>
90
<LazyImage
91
- className='main-border h-1w-16 w-16 rounded-md'
+ className='main-border h-16 w-16 overflow-hidden rounded-md'
92
title={albumName}
93
src={albumImageUrl}
94
alt={albumName as string}
0 commit comments