Fix notification (details in description)

- Fix the dot being displayed when the user has 0 notifications.
- Added a message when there is no unread notification to be displayed.
This commit is contained in:
Julien Constant
2023-03-14 11:54:30 +01:00
parent 0751785d3d
commit 6f6d65b663
3 changed files with 32 additions and 17 deletions

View File

@ -304,6 +304,11 @@
font-size: .8em;
}
}
&.empty-notification {
text-align: center;
font-style: italic;
}
}
}