From 37b8fe45f509b7eb7fb35515f113ec087037e13e Mon Sep 17 00:00:00 2001 From: Juho Heikka Date: Tue, 30 Nov 2021 18:01:04 +0200 Subject: [PATCH] Center text in notifications (#4461) Signed-off-by: Juho Heikka --- src/renderer/components/notifications/notifications.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/renderer/components/notifications/notifications.scss b/src/renderer/components/notifications/notifications.scss index fe12ab3b5a..e2bd22ecc0 100644 --- a/src/renderer/components/notifications/notifications.scss +++ b/src/renderer/components/notifications/notifications.scss @@ -50,6 +50,7 @@ white-space: pre-line; padding-left: $padding; padding-right: $padding * 2; + align-self: center; a { color: inherit; @@ -63,9 +64,5 @@ box-shadow: 0 0 20px var(--boxShadow); } } - - .close { - margin-top: -2px; - } } }