From 34e6bea134016074fb4ede2b1ca9339abfe6df3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 7 Sep 2020 10:24:10 +0200 Subject: [PATCH] Fix empty content view to align with other widgets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/views/Dashboard.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 3e512b80e..a2521d29b 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -48,7 +48,9 @@ - {{ t('deck', 'No upcoming cards') }} + @@ -111,6 +113,11 @@ export default {