From 39e4132dbb5f5ec8cd627d9cb9c04781046316ee Mon Sep 17 00:00:00 2001 From: qbit982 Date: Tue, 4 Aug 2026 15:39:00 +0300 Subject: [PATCH] fix(Notification): make sources in one vertical line for any themes --- src/components/Notification/Notification.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Notification/Notification.scss b/src/components/Notification/Notification.scss index 69d97369..31491a30 100644 --- a/src/components/Notification/Notification.scss +++ b/src/components/Notification/Notification.scss @@ -238,6 +238,7 @@ $notificationSideActionsOffset: $notificationSideActionsWidth + 8px; background: var(--g-color-base-selection-hover); } + border-inline-start: var(--g-spacing-1) solid transparent; &_theme_success { border-inline-start: var(--g-spacing-1) solid var(--g-color-line-positive); }