From aef984da1a6af4d0003b51e7f03bce252ac71dff Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 26 Feb 2023 20:22:06 -0800 Subject: [PATCH] Remove empty space from ads if they don't load. https://kissu.moe/b/res/7155#11052 --- src/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index b00e25933..2e90b57d5 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -138,7 +138,8 @@ body.hasDropDownNav{ } :root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm, :root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr, -:root.sw-yotsuba #adg-ol + hr { +:root.sw-yotsuba #adg-ol + hr, +:root.sw-yotsuba .danbo-slot:empty { display: none; } :root.sw-yotsuba .adg-rects {