From 4cc1635bac0fb7adf28832c412d5d7ae307faf64 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 10:50:03 +0200 Subject: [PATCH] make pin icon look better --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index f284ebb95..29b4b0965 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -146,7 +146,7 @@ {% if c.over_18 %}+18{% endif %} {% if v and v.admin_level >= PERMS['USER_SHADOWBAN'] and c.author.shadowbanned %}{% endif %} {% if c.stickied %} - + {% endif %} {% if c.distinguish_level and not c.ghost %}{% endif %} {% if c.is_op %}{% endif %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 19d8cfba3..cef4c0954 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -55,15 +55,17 @@ {% endif %} {% if p.stickied %} - + {% endif %} {% if p.hole_pinned %} - + {% endif %} {% if p.distinguish_level %}{% endif %} - {% if p.is_pinned and request.path != '/' %}{% endif %} + {% if p.is_pinned and request.path != '/' %} + + {% endif %} {% if p.over_18 %}+18{% endif %} {% if p.is_bot %} {% endif %} {% if p.is_blocking and not p.ghost %}{% endif %}