fix: notification center badge (#5176)

* fix: comment notification badge position

* fix: add pinned icon for left sidebar items
This commit is contained in:
Gandharv 2023-01-05 18:26:38 +05:30 committed by GitHub
parent 2f3a32b7ba
commit 8492ecff23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5802,8 +5802,9 @@ a.step-item-disabled {
}
.notification-center-badge {
top: 10;
right: 10;
top: 0;
right: 0;
position: absolute;
}
.notification-center {