diff options
author | Jan C. Borchardt <hey@jancborchardt.net> | 2020-07-31 14:48:59 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-05 17:01:29 +0200 |
commit | 995144faa61d2746150e34780a107f316f4f7cb3 (patch) | |
tree | e41fc0e9201116af9bda7e3449ecf8a75c009d4c | |
parent | 4679926511c9e845a26eb4c9ab606ce889feea21 (diff) | |
download | nextcloud-server-995144faa61d2746150e34780a107f316f4f7cb3.tar.gz nextcloud-server-995144faa61d2746150e34780a107f316f4f7cb3.zip |
Dashboard: Fix small misalignment of widget header icon
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/dashboard/src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 3841e35c60b..12e73121cc0 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -232,7 +232,7 @@ export default { font-size: 20px; font-weight: bold; background-size: 32px; - background-position: 12px 12px; + background-position: 14px 12px; padding: 16px 8px 16px 60px; cursor: grab; } |