From 4507c362cdf8e8774174fef451bfd0cc26d141e4 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Tue, 11 Aug 2020 16:45:02 +0200 Subject: [PATCH] Dashboard: Add photo credit Signed-off-by: Jan C. Borchardt --- apps/dashboard/src/App.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 3c4644df47b..fdf9f1e716f 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -27,7 +27,7 @@ {{ t('dashboard', 'Edit widgets') }} + @click="showModal">{{ t('dashboard', 'Customize') }} @@ -407,6 +410,14 @@ export default { background-position: left center; padding-left: 26px; } + + h3 { + font-weight: bold; + + &:not(:first-of-type) { + margin-top: 32px; + } + } } .flip-list-move { -- 2.39.5