From 79eaf153c608e6b25dc18717261e0767b8873d05 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 24 Aug 2022 23:13:07 +0200 Subject: [PATCH] decrease margin between icon and text in post actions on mobile --- files/templates/post_actions_mobile.html | 40 +++++++++---------- .../templates/post_admin_actions_mobile.html | 34 ++++++++-------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 045028d38..581d3e830 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -1,51 +1,51 @@ {% if v and v.id==p.author_id and p.private %}
- +
{% endif %} -{% if v and ((not p.ghost and v.admin_level >= PERMS['VOTES_VISIBLE']) or v.id == AEVANN_ID) %}{% endif %} +{% if v and ((not p.ghost and v.admin_level >= PERMS['VOTES_VISIBLE']) or v.id == AEVANN_ID) %}{% endif %} - + - + {% if FEATURES['AWARDS'] -%} - + {%- endif %} - - + + - - + + {% if p.sub and v.mods(p.sub) %} - - + + {% endif %} {% if v.id==p.author_id %} {% if request.path.startswith('/@') %} - - + + {% endif %} - + - + {% if FEATURES['COUNTRY_CLUB'] -%} - - + + {%- endif %} - - + + {% else %} {% if not p.ghost %} @@ -56,7 +56,7 @@ {% endif %} {% if p.sub and v.mods(p.sub) %} - + {% if not p.author.mods(p.sub) %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 076263e2d..f34f82b57 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -10,44 +10,44 @@