File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared/components/client/ads Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const SongCard = ({ song }: { song: SongPreviewDtoType | null }) => {
73
73
return ! song ? (
74
74
< SongDataDisplay song = { song } />
75
75
) : (
76
- < Link href = { `/song/${ song . publicId } ` } className = 'h-full max-h-[16.5rem] ' >
76
+ < Link href = { `/song/${ song . publicId } ` } className = 'h-full max-h-fit ' >
77
77
< div
78
78
className = 'bg-zinc-800 hover:scale-105 hover:bg-zinc-700 rounded-lg cursor-pointer w-full h-full transition-all duration-200'
79
79
style = { { backfaceVisibility : 'hidden' } }
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export const SongCardAdSlot = ({ className }: { className?: string }) => {
166
166
return (
167
167
< AdTemplate
168
168
className = { cn (
169
- 'relative rounded-xl bg-zinc-800 p-2 my-8 h-full w-full min-w-64 text-sm text-zinc-400' ,
169
+ 'relative rounded-xl bg-zinc-800 p-2 h-full w-full min-w-64 text-sm text-zinc-400' ,
170
170
className ,
171
171
) }
172
172
adSlot = '1737918264'
You can’t perform that action at this time.
0 commit comments