From d32341e7b98f0f57ae9e4917f62bd881189c5541 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 18 Oct 2022 13:18:06 +0200 Subject: [PATCH] add a bottom margin to post embeds --- files/templates/submission.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 0fbc4b64c..75174d47d 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -823,15 +823,15 @@ {% endif %} {% if p.embed_url and "http" not in p.embed_url and "<" not in p.embed_url %} -
-
-
-
- {{p.embed_url | post_embed(v) | safe}} +
+
+
+
+ {{p.embed_url | post_embed(v) | safe}} +
+
+
-
-
-
{% endif %}