From 89130bda2cc7a236dd548235ceecb07a6ce10dc4 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 20:19:12 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index b903cd51ae..77a03bc3d9 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -268,7 +268,7 @@ {% endif %} - +
@@ -612,4 +612,7 @@ .comment.collapsed .hidden-on-collapse { display: none; } + .comment.collapsed .invisible-on-collapse { + visibility: hidden; + } \ No newline at end of file