From ba0a482109f310a1531c18a1ba4a4b508a860429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 31 Jul 2020 22:10:16 +0200 Subject: [PATCH] Fix styling of the empty content view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/board/Board.vue | 53 ++++++++++++++++++++-------------- webpack.js | 2 +- 2 files changed, 33 insertions(+), 22 deletions(-) diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index f4a9c7841..32eab0ec2 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -24,33 +24,32 @@
- - {{ t('deck', 'No lists available') }} - - -

{{ t('deck', 'Loading board') }}

-
+ + {{ t('deck', 'No lists available') }} + + +