We don't want to hide unblocked ads; we want to know they're there.

This commit is contained in:
ccd0 2016-10-27 11:31:42 -07:00
parent b09029a8e3
commit e7c45f3355

View File

@ -116,15 +116,17 @@ body > div[style*=" top: -10000px;"] {
}
/* Ads */
:root:not(.ads-loaded) .ad-cnt > * {
height: auto;
.ad-cnt > *, .adg-rects > * {
height: auto !important;
}
:root:not(.ads-loaded) .adg-rects,
:root:not(.ads-loaded) .ad-plea,
:root:not(.ads-loaded) hr.abovePostForm,
:root:not(.ads-loaded) .ad-plea-bottom + hr {
display: none;
}
:root:not(.ads-loaded) .adg-rects {
margin: 0;
}
div.center[style] {
display: none !important;
}