mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix: notification center badge (#5176)
* fix: comment notification badge position * fix: add pinned icon for left sidebar items
This commit is contained in:
parent
2f3a32b7ba
commit
8492ecff23
1 changed files with 3 additions and 2 deletions
|
|
@ -5802,8 +5802,9 @@ a.step-item-disabled {
|
|||
}
|
||||
|
||||
.notification-center-badge {
|
||||
top: 10;
|
||||
right: 10;
|
||||
top: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.notification-center {
|
||||
|
|
|
|||
Loading…
Reference in a new issue