File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
modules/shared/components/client/ads Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -150,3 +150,12 @@ body {
150
150
transform : translatex (100% ) skewy (-45deg );
151
151
top : -4px ;
152
152
}
153
+
154
+
155
+ /************** Google AdSense **************/
156
+
157
+ /* Hide unfilled ads */
158
+ /* https://support.google.com/adsense/answer/10762946?hl=en */
159
+ ins .adsbygoogle [data-ad-status = "unfilled" ] {
160
+ display : none !important ;
161
+ }
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export const MultiplexAdSlot = ({ className }: { className?: string }) => {
152
152
return (
153
153
< AdTemplate
154
154
className = { cn (
155
- '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' ,
155
+ 'relative rounded-xl bg-zinc-800/50 my-8 h-auto min-h-32 w-full min-w-64 text-sm text-zinc-400' ,
156
156
className ,
157
157
) }
158
158
adSlot = '6673081563'
You can’t perform that action at this time.
0 commit comments