From 8492ecff23941774f020974bcc823e703e414233 Mon Sep 17 00:00:00 2001 From: Gandharv Date: Thu, 5 Jan 2023 18:26:38 +0530 Subject: [PATCH] fix: notification center badge (#5176) * fix: comment notification badge position * fix: add pinned icon for left sidebar items --- frontend/src/_styles/theme.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index b40c25b508..bba1fd12b3 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -5802,8 +5802,9 @@ a.step-item-disabled { } .notification-center-badge { - top: 10; - right: 10; + top: 0; + right: 0; + position: absolute; } .notification-center {