From 7ec05f0243644b216d1ddd632599949b931efd86 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 7 Sep 2023 12:04:37 +0300 Subject: [PATCH] attempt to fix weird spacing --- files/templates/comments.html | 140 +++++++++++++++++----------------- 1 file changed, 69 insertions(+), 71 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 1eacd7dda..ccdb40313 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -406,101 +406,99 @@ {% endif %} {% endif %} -{% if v %} - - - - {% endif %} + + - - {% if v and v.id != c.author_id and c.body %} -
{{c.body.strip()}}
{% endif %} + - {% if c.parent_post or c.wall_user_id %} - {{macros.comment_reply_box(c.fullname, "reply-to-" + c.fullname, "d-none", "collapsed child", 'reply-to-' + c.fullname, true)}} - {% endif %} + {% if v and v.id != c.author_id and c.body %} +
{{c.body.strip()}}
+ {% endif %} + + {% if c.parent_post or c.wall_user_id %} + {{macros.comment_reply_box(c.fullname, "reply-to-" + c.fullname, "d-none", "collapsed child", 'reply-to-' + c.fullname, true)}} + {% endif %} {% if request.path.startswith('/transfers') %}