From 04e4bea994de1ab806a096ab4e12a58d05dd3b75 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 3 Dec 2022 01:07:19 +0200 Subject: [PATCH] fix margin for new sort button on mobile --- files/templates/post_admin_actions_mobile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 54959b3c5..3a160a735 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -22,8 +22,8 @@ {%- endif %} {% if v.can_edit(p) %} - - + + {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_DISTINGUISH'] and (v.id == p.author.id or v.admin_level >= PERMS['POST_COMMENT_MODERATION']) %}