From 017b139bd8850b0f915fa5f39b77ec2a0b82cf6b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 18:25:02 +0200 Subject: [PATCH] unread margin --- files/templates/notifications.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 88fa64661..c71da5783 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -161,6 +161,7 @@ {% if request.path in ('/notifications', '/notifications/mesages', '/notifications/modmail') %} .unread { margin-bottom: 1rem; + margin-top: 1rem; } {% endif %}