diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 8e615f217..11d927f1b 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7201,3 +7201,7 @@ input[type=number] { height: 30px; } } + +.chuduser { + padding-left: 0.1rem !important; +} diff --git a/files/templates/comments.html b/files/templates/comments.html index 98e69559f..59b8dbaf8 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 e99ed21ec..f4efd72cd 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 eea2e70b6..c26df7c20 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 %}