From c912c4c9d14dfc17dbfe9906ce71d34459a5e13d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 8 Jul 2022 21:35:15 +0200 Subject: [PATCH] tweak notifications margin --- files/templates/notifications.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/templates/notifications.html b/files/templates/notifications.html index dfc63ec81b..64526184ab 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -55,13 +55,15 @@ -Clear all notifications +Clear all notifications
{% if request.path == '/notifications/posts' %} {% with listing=notifications %} - {% include "submission_listing.html" %} +
+ {% include "submission_listing.html" %} +
{% endwith %} {% else %} {% with comments=notifications %}