diff --git a/public/templates/directives/notification-list.html b/public/templates/directives/notification-list.html
index 33fc5cf5..3447e0ac 100644
--- a/public/templates/directives/notification-list.html
+++ b/public/templates/directives/notification-list.html
@@ -1,4 +1,7 @@
-
-
![]()
-
{{ ::notification.text }}
+
\ No newline at end of file
diff --git a/resources/assets/styles/content.less b/resources/assets/styles/content.less
index 8b6bcbdc..56d956e4 100644
--- a/resources/assets/styles/content.less
+++ b/resources/assets/styles/content.less
@@ -589,4 +589,12 @@ html {
max-height: 100%;
overflow: auto;
}
+}
+
+.notif-list {
+ .error {
+ text-align: center;
+ font-size: 16pt;
+ color: #222;
+ }
}
\ No newline at end of file