From 7ddc88d2201b254ca5f0d9a18f28cc904a8c9614 Mon Sep 17 00:00:00 2001 From: Shashiranjan singh Date: Thu, 5 Mar 2026 16:48:43 +0000 Subject: [PATCH] fix(dashboard): align notification icon with timestamp - fix icon alignment in notification panel - refine layout and selector usage Signed-off-by: Shashiranjan Singh --- .../notification-area/notification-area.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.scss index 372744424489..0e1c00d2f9a4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/notification-panel/notification-area/notification-area.component.scss @@ -85,6 +85,10 @@ align-items: flex-start; position: relative; + > cd-icon { + margin-top: -$spacing-03; + } + .notification-close { position: absolute; right: 0; -- 2.47.3