From: Shashiranjan singh Date: Thu, 5 Mar 2026 16:48:43 +0000 (+0000) Subject: fix(dashboard): align notification icon with timestamp X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ddc88d2201b254ca5f0d9a18f28cc904a8c9614;p=ceph.git fix(dashboard): align notification icon with timestamp - fix icon alignment in notification panel - refine layout and selector usage Signed-off-by: Shashiranjan Singh --- 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;