Skip to content

Commit 16ee138

Browse files
committed
fix: ad slot not fitting to ad height in song page
1 parent 2094f06 commit 16ee138

File tree

1 file changed

+2
-2
lines changed
  • web/src/modules/shared/components/client/ads

1 file changed

+2
-2
lines changed

web/src/modules/shared/components/client/ads/AdSlots.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ export const MultiplexAdSlot = ({ className }: { className?: string }) => {
149149
return (
150150
<AdTemplate
151151
className={cn(
152-
'relative rounded-xl bg-zinc-800/50 p-2 my-8 h-32 max-h-32 w-full min-w-64 text-sm text-zinc-400',
152+
'relative rounded-xl bg-zinc-800/50 p-2 my-8 h-auto min-h-32 w-full min-w-64 text-sm text-zinc-400',
153153
className,
154154
)}
155155
adSlot='6673081563'
156156
adFormat='autorelaxed'
157-
fullWidthResponsive='true'
157+
fullWidthResponsive='false'
158158
showCloseButton={true}
159159
/>
160160
);

0 commit comments

Comments
 (0)