From e7c45f335560378f3aafb2c493f8c7ce7886dd17 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 27 Oct 2016 11:31:42 -0700 Subject: [PATCH] We don't want to hide unblocked ads; we want to know they're there. --- src/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 3ac37d994..7ab812065 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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; }