From fb53f8e048445a856cc0578d6979aab8b0b052ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 11 Mar 2023 13:27:57 +0200 Subject: [PATCH] restore collapse lines on mobile --- files/templates/comments.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 568fccb0d..324045186 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -26,12 +26,11 @@ {% if c.is_blocking and not c.ghost or (c.is_banned or c.deleted_utc) and not (v and v.admin_level >= PERMS['POST_COMMENT_MODERATION']) and not (v and v.id==c.author_id) %}
- +
@@ -113,17 +112,15 @@ {% set isreply = False %} {% endif %} -
+
{% if not isreply %} - + {% endif %}