From 38afee82bd43a355f6b7fd2c730278577f992283 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Mon, 17 Aug 2020 01:17:06 +0200 Subject: [PATCH] Dashboard: Customize modal design improvements Signed-off-by: Jan C. Borchardt --- apps/dashboard/src/App.vue | 55 ++++++++++++------- .../src/components/BackgroundSettings.vue | 30 ++++++---- 2 files changed, 54 insertions(+), 31 deletions(-) diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index c4a41f5dac4..e86b1e094aa 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -27,7 +27,8 @@ @@ -53,7 +54,7 @@ {{ t('dashboard', 'Get more widgets from the app store') }} -

{{ t('dashboard', 'Change the background image') }}

+

{{ t('dashboard', 'Change background image') }}

{{ t('dashboard', 'Credits') }}

@@ -298,8 +299,6 @@ export default {