From a9dd2e6f2c939c82f67c5e9fad031fab3221aa47 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Mon, 1 Feb 2021 20:43:32 +0100 Subject: [PATCH] Place noscript placeholder into grid --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 108d59b..b096a8e 100644 --- a/static/style.css +++ b/static/style.css @@ -644,6 +644,11 @@ img.post_media { grid-area: post_media; } +.post .__NoScript_PlaceHolder__ { + max-width: calc(100% - 40px); + grid-area: post_media; +} + .post_body { opacity: 0.9; font-weight: normal;