From 64b62a0f77e3da3ebd7a196b7bfc02ad94aca12d Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:52:57 +0200 Subject: [PATCH] [ACS-7528] - Notification and user icons are a bit different (#9540) --- .../components/notification-history.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/core/src/lib/notifications/components/notification-history.component.scss b/lib/core/src/lib/notifications/components/notification-history.component.scss index b1e43541888..5d4940f6a7c 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -3,6 +3,10 @@ $notification-item-height: 72px; .adf { + &-notification-history-container { + margin-top: 1px; + } + &-notification-history-list { .adf-notification-history-menu-item-content-wrapper { height: 100%; @@ -30,7 +34,7 @@ $notification-item-height: 72px; } &-notification-history-menu_button#{$mat-button} { - margin-right: 8px; + margin-right: 6px; border-radius: 90%; padding: 0; min-width: 40px;