File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const AdsInPost = () => {
1515 } , [ mounted ] )
1616
1717 return (
18- < div className = "max-w-prose px-6 lg:px-0" >
18+ < div className = "max-w-prose px-6 lg:px-0 empty:hidden has-[:empty]:hidden has-[[data-ad-status='unfilled']]:hidden " >
1919 { mounted && (
2020 < ins
2121 className = "adsbygoogle"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const AdsRecentPost = () => {
1515 } , [ mounted ] )
1616
1717 return (
18- < div className = "flex h-[140px] w-full items-center justify-center overflow-hidden border border-black bg-white dark:border-white dark:bg-gray-900 lg:h-[205px] lg:w-[520px]" >
18+ < div className = "flex h-[140px] w-full items-center justify-center overflow-hidden border border-black bg-white dark:border-white dark:bg-gray-900 lg:h-[205px] lg:w-[520px] has-[:empty]:hidden has-[[data-ad-status='unfilled']]:hidden " >
1919 { mounted && (
2020 < ins
2121 className = "adsbygoogle"
You can’t perform that action at this time.
0 commit comments