fix: adds status badges
This commit is contained in:
5
templates/partial/alert-status.html.twig
Normal file
5
templates/partial/alert-status.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
{# The status indicator for the Alert button. Rendering this will add a small colored span
|
||||
to the Alert button, indicating there are unread alerts.
|
||||
#}
|
||||
|
||||
<span style="position: absolute;width: 8px;height: 8px;background: greenyellow;border-radius: 5px; z-index: 1000;margin-left: 3px;margin-top: -5px;"></span>
|
||||
Reference in New Issue
Block a user