summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-08-20 18:07:27 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-08-20 18:07:27 +0200
commitb08434b6a81075114a9bfafb5d8187076efff7b4 (patch)
tree0d6b65fced1602899396c6a2dccbe737c88a33ab /apps/dashboard/src
parentd52ca95143622b35e930af3b6a303f2096f19b3c (diff)
downloadnextcloud-server-b08434b6a81075114a9bfafb5d8187076efff7b4.tar.gz
nextcloud-server-b08434b6a81075114a9bfafb5d8187076efff7b4.zip
Adjust design of 'Get more widgets' button
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r--apps/dashboard/src/App.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index 547f6af9ece..26852f19b77 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -484,6 +484,13 @@ export default {
margin-top: 64px;
}
}
+
+ // Adjust design of 'Get more widgets' button
+ .button {
+ display: inline-block;
+ padding: 12px 24px;
+ margin: 0;
+ }
}
.flip-list-move {