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 0df8b05 commit 84dc3b7Copy full SHA for 84dc3b7
web/src/modules/shared/components/client/ads/AdSlots.tsx
@@ -122,7 +122,7 @@ export const SideRailAdSlot = ({ className }: { className?: string }) => {
122
// height with this class: "max-h-[calc(100vh-9rem)]", but then the container doesn't fit to
123
// the ad content height, always occupying the full viewport height instead. So we use 'max-w-fit'
124
// to cap the max height to that of the ad.
125
- 'flex-0 sticky mb-8 top-24 min-h-96 max-h-fit hidden xl:block w-36 min-w-36 bg-zinc-800/50 rounded-xl',
+ 'flex-0 sticky mb-8 top-24 max-h-fit hidden xl:block w-36 min-w-36 bg-zinc-800/50 rounded-xl',
126
className,
127
)}
128
adSlot='4995642586'
0 commit comments