From 4b6412ab5bdafb80529f97039caeaf0a99373c08 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 11 Aug 2022 13:02:50 +0200 Subject: [PATCH] margin shit --- files/templates/notifications.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 502dc1927..3deb9203c 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -158,6 +158,9 @@ .comment { margin-top: 0; } + .unread { + margin-bottom: 1rem; + } {% endblock %}