From: Jan C. Borchardt Date: Thu, 20 Aug 2020 16:07:27 +0000 (+0200) Subject: Adjust design of 'Get more widgets' button X-Git-Tag: v20.0.0beta1~4^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b08434b6a81075114a9bfafb5d8187076efff7b4;p=nextcloud-server.git Adjust design of 'Get more widgets' button Signed-off-by: Jan C. Borchardt --- 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 {