Skip to content

Commit 4bd5e64

Browse files
authored
Merge pull request #521 from VaibhavArora314/patch2
track preview width resolved
2 parents de9bf36 + 379c682 commit 4bd5e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/TrackPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function TrackPreview({ showPreview, setShowPreview, track }: TrackPrevie
4040
return (
4141
<Dialog open={showPreview} onOpenChange={() => setShowPreview(false)}>
4242
<DialogContent className="max-w-2xl h-max flex items-center">
43-
<div className="p-5">
43+
<div className="p-5 w-full">
4444
<div className="mb-6 relative">
4545
<img src={track.image} className="h-20 w-full scale-90 object-cover rounded-lg" />
4646
<div className="text-xl md:text-3xl backdrop-blur-md font-black absolute w-full text-center -translate-y-14 drop-shadow-[2px_2px_var(--tw-shadow-color)] dark:shadow-stone-900 shadow-stone-100">

0 commit comments

Comments
 (0)