From 28e23f9d87b2f4b5cf8e8058c9b2013be0f15d43 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 2 Feb 2021 23:07:28 +0100 Subject: [PATCH] Notification, each notification has now more space at top --- client/components/notifications/notification.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/notifications/notification.styl b/client/components/notifications/notification.styl index 9f4e01f27..beedbe058 100644 --- a/client/components/notifications/notification.styl +++ b/client/components/notifications/notification.styl @@ -5,7 +5,7 @@ .notification display: flex float: none - padding: 12px 8px 8px + padding: 15px 8px 8px color: black border-bottom: 1px solid #dbdbdb