We don't want to hide unblocked ads; we want to know they're there.
This commit is contained in:
parent
b09029a8e3
commit
e7c45f3355
@ -116,15 +116,17 @@ body > div[style*=" top: -10000px;"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Ads */
|
/* Ads */
|
||||||
:root:not(.ads-loaded) .ad-cnt > * {
|
.ad-cnt > *, .adg-rects > * {
|
||||||
height: auto;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
:root:not(.ads-loaded) .adg-rects,
|
|
||||||
:root:not(.ads-loaded) .ad-plea,
|
:root:not(.ads-loaded) .ad-plea,
|
||||||
:root:not(.ads-loaded) hr.abovePostForm,
|
:root:not(.ads-loaded) hr.abovePostForm,
|
||||||
:root:not(.ads-loaded) .ad-plea-bottom + hr {
|
:root:not(.ads-loaded) .ad-plea-bottom + hr {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root:not(.ads-loaded) .adg-rects {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
div.center[style] {
|
div.center[style] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user