From 507d5ccd95caca635f6c331aa7dd4b110d051282 Mon Sep 17 00:00:00 2001 From: Isabel Date: Wed, 3 Apr 2024 09:58:14 +0100 Subject: [PATCH] fix: icon padding --- src/_theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_theme.scss b/src/_theme.scss index beff07b..e1be1fb 100644 --- a/src/_theme.scss +++ b/src/_theme.scss @@ -39,6 +39,7 @@ slider { } .floating-notifications.background .notification-row .notification-background .notification .notification-content { + padding-left: 7px; margin: 7px; }