From 1054feff509c69970b313687e2cd7d794d5d0556 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 3 Dec 2018 16:43:11 -0800 Subject: [PATCH] Remove empty space from unloaded ads. --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 4770c7582..1ea2bf5f0 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -127,7 +127,7 @@ body.is_catalog .thread > a > img { } /* Ads */ -.ad-cnt > *, .adg-rects > * { +.ad-cnt > *, .adg-rects > *, .bsa-cnt { height: auto !important; } :root:not(.ads-loaded) hr.abovePostForm,