We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2094f06 commit 16ee138Copy full SHA for 16ee138
web/src/modules/shared/components/client/ads/AdSlots.tsx
@@ -149,12 +149,12 @@ export const MultiplexAdSlot = ({ className }: { className?: string }) => {
149
return (
150
<AdTemplate
151
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',
+ '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',
153
className,
154
)}
155
adSlot='6673081563'
156
adFormat='autorelaxed'
157
- fullWidthResponsive='true'
+ fullWidthResponsive='false'
158
showCloseButton={true}
159
/>
160
);
0 commit comments