Skip to content

Commit

Permalink
feat(notifications): notification cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekrimo committed Apr 28, 2022
1 parent aa8e25d commit 9edf65c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/views/navigation/toolbar/Toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
margin: 0 @light-spacing;
}
.notification-alert {
//margin-left: 35px;
position: fixed;
z-index: 1;
}
Expand Down
1 change: 1 addition & 0 deletions store/ui/__snapshots__/state.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Object {
},
},
"unreadMessage": 0,
"unseenNotifications": 0,
"userProfile": Object {},
}
`;

0 comments on commit 9edf65c

Please sign in to comment.