From f4542db86feea5201cac63531243925303d37b49 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 1 Nov 2022 01:12:28 +0200 Subject: [PATCH] fix first comment on a post being centered with huge padding --- files/templates/submission.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index c5a344e75..e14f7be01 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1051,17 +1051,19 @@ {% endif %} {% elif not p.replies and p.deleted_utc == 0 %} -
- - - - -
Be the first to comment!
- {% if v %} -

This comment section is a ghost town...

- {% else %} -

This comment section is a ghost town. Sign in

- {% endif %} +
+
+ + + + +
Be the first to comment!
+ {% if v %} +

This comment section is a ghost town...

+ {% else %} +

This comment section is a ghost town. Sign in

+ {% endif %} +
{% endif %}