From ce3f285224595f49e02750d620676c7af80cd6eb Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 6 May 2022 22:14:38 +0200 Subject: [PATCH] fix: spacing between username and notification --- .../notifications/notifications.vue | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 1443b3b31..ba3cfc50c 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -21,20 +21,19 @@ :show-username="false" :avatar-size="16" v-if="n.notification.doer"/> - -

- - - {{ n.notification.doer.getDisplayName() }} +

+
+ + {{ n.notification.doer.getDisplayName() }} + + + {{ n.toText(userInfo) }} + +
+ + {{ formatDateSince(n.created) }} - - {{ n.toText(userInfo) }} - -

-
- {{ formatDateSince(n.created) }}
-

{{ $t('notification.none') }}