Skip to content

Commit f93b850

Browse files
authored
enhance(ad-free): hide all banners completely (#11787)
When paying MDN Plus subscribers enable the "Ad-free experience", we now hide all banners completely, rather than displaying empty sections.
1 parent 2294df0 commit f93b850

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: client/src/ui/organisms/placement/index.scss

+4
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ section.place {
272272
width: initial;
273273
}
274274
}
275+
276+
html[data-nop] & {
277+
display: none;
278+
}
275279
}
276280

277281
.dark section.place .pong-box2 {

0 commit comments

Comments
 (0)