From a551704a70d3cc82c36f5bc7c62eeacc31d8006b Mon Sep 17 00:00:00 2001 From: nikita-jpg <56046344+nikita-jpg@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:08:42 +0000 Subject: [PATCH] fix: change the distance between notifications 1px -> 4px --- src/components/Notifications/Notifications.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Notifications/Notifications.scss b/src/components/Notifications/Notifications.scss index 451ab676..ed9b8aa0 100644 --- a/src/components/Notifications/Notifications.scss +++ b/src/components/Notifications/Notifications.scss @@ -68,7 +68,7 @@ $block: '.#{variables.$ns}notifications'; content: ''; display: block; border-block-start: 1px solid var(--g-color-line-generic); - margin: 0 12px; + margin: 2px 12px; } // :hover @@ -80,7 +80,7 @@ $block: '.#{variables.$ns}notifications'; content: ''; display: block; border-block-start: 1px solid transparent; - margin: 0 12px; + margin: 2px 12px; } &__notification-wrapper {