From b6b3f8652b2800830014929564aff6c48fa6ed64 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Mar 2023 19:38:59 +0200 Subject: [PATCH] Revert "minor padding fix" This reverts commit 5e80667809eb5fc003e0c8baf8b422879645e52b. --- files/assets/css/main.css | 4 ---- files/templates/comments.html | 8 ++++---- files/templates/post_actions.html | 4 ++-- files/templates/post_admin_actions_mobile.html | 4 ++-- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 1982d2838..c6a0d49e7 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7202,10 +7202,6 @@ input[type=number] { } } -.chuduser { - padding-left: 0.1rem !important; -} - #input-message, #input-message-mobile { min-height: 100px; } diff --git a/files/templates/comments.html b/files/templates/comments.html index 59b8dbaf8..98e69559f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -484,8 +484,8 @@ {% endif %} {% if v.admin_level >= PERMS['USER_AGENDAPOSTER'] and v.id != c.author_id %} - - + + {% endif %} @@ -692,8 +692,8 @@ {% endif %} {% if v.id != c.author_id and v.admin_level >= PERMS['USER_AGENDAPOSTER'] %} - - + + {% endif %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} diff --git a/files/templates/post_actions.html b/files/templates/post_actions.html index f4efd72cd..e99ed21ec 100644 --- a/files/templates/post_actions.html +++ b/files/templates/post_actions.html @@ -91,8 +91,8 @@ {% endif %} {% if v.admin_level >= PERMS['USER_AGENDAPOSTER'] and v.id != p.author_id %} - - + + {% endif %} {% endif %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index c26df7c20..eea2e70b6 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -45,8 +45,8 @@ {% endif %} {% if v.id != p.author_id and v.admin_level >= PERMS['USER_AGENDAPOSTER'] %} - - + + {% endif %}