diff --git a/files/templates/comments.html b/files/templates/comments.html index f3baef0c68..d8c24d8357 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -603,4 +603,8 @@ .smol { font-size: 11.5px; } + + .comment.collapsed :not(.user-info) { + display: hidden; + } \ No newline at end of file