From d26c37a545f6b33735e3183d167697c6d85c1bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 16 Nov 2022 14:16:51 +0100 Subject: [PATCH] Refine notifications page --- webapp/pages/notifications/index.vue | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/webapp/pages/notifications/index.vue b/webapp/pages/notifications/index.vue index 4f0be5f34..92bd38359 100644 --- a/webapp/pages/notifications/index.vue +++ b/webapp/pages/notifications/index.vue @@ -16,13 +16,8 @@ :notifications="notifications" /> - - - - {{ $t('notifications.markAllAsRead') }} - - - + + + + + {{ $t('notifications.markAllAsRead') }} + + @@ -151,6 +156,6 @@ export default { } .notifications-footer { - text-align: center; + justify-content: space-evenly; }