From 2ab126ef3332fd873221ba033cfd7a5fe37140b7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 14 Nov 2022 19:06:59 +0200 Subject: [PATCH] adjust "mute" and "unmute" margins to accomodate switching --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index be84dbf3f..2c7da2c5f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -567,8 +567,8 @@ {% if request.path.startswith('/notifications') and c.level == 1 and c.sentto and not c.parent_submission and c.author_id != AUTOJANNY_ID %} {% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == 2) %} - - + + {% endif %}