- {% if note.data.app_icon %}
-
- {% elif note.data.app_icon_filename %}
- {% if note.app_id %}
-

- {% else %}
-

- {% endif %}
- {% endif %}
+
- {% endif %}
+ {% if note.data.app_name %}
+
+ {% if note.data.app_icon %}
+
+ {% elif note.data.app_icon_filename %}
+ {% if note.app_id %}
+

+ {% else %}
+

+ {% endif %}
+ {% endif %}
+ {{ note.data.app_name }}
+
+ {% endif %}
+
{% if note.body %}
{{ note.body.content.decode|safe }}
diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css
index a6dee5f3e..a1820d9a4 100644
--- a/static/themes/default/css/main.css
+++ b/static/themes/default/css/main.css
@@ -1020,6 +1020,12 @@ section.app-description {
border-top: 1px solid var(--bs-border-color-translucent);
}
+.notification-time {
+ float: right;
+ font-size: 0.8rem;
+ color: var(--bs-secondary-color);
+}
+
.notification-title {
font-weight: bold;
}