diff --git a/files/assets/css/main.css b/files/assets/css/main.css index badf3d511..154188d89 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -2473,6 +2473,10 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus margin-left: 0.5rem !important; } +.mr-25 { + margin-right: 0.8rem !important; +} + .m-3 { margin: 1rem !important; } diff --git a/files/templates/comments.html b/files/templates/comments.html index b4f061bd7..4b7d60f6b 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -232,11 +232,6 @@ {% if c.blackjack_result %} {{c.blackjack_html | safe}} {% endif %} - - {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or (request.path == '/notifications/messages' and c.author_id != v.id) %} - - - {% endif %} {{macros.reports(c, 'comment')}} @@ -428,6 +423,12 @@ + + {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %} + + + + {% endif %} {% endif %} {% if c.parent_post %} @@ -609,6 +610,12 @@ + + {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %} + + + + {% endif %} {% endif %} {% endif %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index fd80d0680..3016e385f 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -176,6 +176,12 @@ {%- endif %} + + {% if u.id != AUTOJANNY_ID %} + + + + {% endif %}
@@ -464,6 +470,12 @@ {%- endif %} + + {% if u.id != AUTOJANNY_ID %} + + + + {% endif %} {% endif %}