From 2df059f7c544c210012e85801237dd3b074970fc Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 19 Nov 2022 14:42:21 +0200 Subject: [PATCH] fix overflow on pin symbol --- files/templates/submission.html | 6 +++--- files/templates/submission_listing.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 4faa9e071..3792b3050 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -113,14 +113,14 @@ {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and p.author.shadowbanned %}{% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} - {% if p.is_pinned %}{% endif %} + {% if p.is_pinned %}{% endif %} {% if p.distinguish_level %} {% endif %} {% if p.is_bot %} {% endif %} {% if p.over_18 %}+18{% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 4618fadc2..74c0095c7 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -143,15 +143,15 @@ {% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} {% if p.distinguish_level %}{% endif %} - {% if p.is_pinned and request.path.startswith('/@') %}{% endif %} + {% if p.is_pinned and request.path.startswith('/@') %}{% endif %} {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking and not p.ghost %}{% endif %}