diff --git a/src/layouts/components/UserNotification.vue b/src/layouts/components/UserNotification.vue index ade1b6a8..7ed90970 100644 --- a/src/layouts/components/UserNotification.vue +++ b/src/layouts/components/UserNotification.vue @@ -86,32 +86,46 @@ onBeforeUnmount(() => { -
- - -
-
- {{ item.title }} +
+
+ + +
+
+ {{ item.title }} +
+
+ {{ item.text }} +
+
+ {{ formatDateDifference(item.date) }} +
-
- {{ item.text }} -
-
- {{ formatDateDifference(item.date) }} -
-
- -
-
- -
{{ t('notification.empty') }}
+ +
+
+ +
{{ t('notification.empty') }}
+
+ +