diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 13:45:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 13:45:56 +0200 |
commit | f7c59ffdb56c256cb31f14c39f2f2b4915995e42 (patch) | |
tree | 2afcb471d61318de93de4b34cc69c47fca36265c /apps/dashboard/src/App.vue | |
parent | e392525c2c28a8d9c4c53d16f958c92ae5b66789 (diff) | |
parent | d2b9382d8477ff7933af0314542f3e1d275a8707 (diff) | |
download | nextcloud-server-f7c59ffdb56c256cb31f14c39f2f2b4915995e42.tar.gz nextcloud-server-f7c59ffdb56c256cb31f14c39f2f2b4915995e42.zip |
Merge pull request #22865 from nextcloud/dashboard/design-fixing
Dashboard design detail fixing
Diffstat (limited to 'apps/dashboard/src/App.vue')
-rw-r--r-- | apps/dashboard/src/App.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index eb20a15bda9..ea35e32d57c 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -382,7 +382,7 @@ export default { text-align: center; font-size: 32px; line-height: 130%; - padding: 120px 16px 0px; + padding: 10vh 16px 0px; } } @@ -491,7 +491,7 @@ export default { } .edit-panels, -.statuses ::v-deep .action-item > button, +.statuses ::v-deep .action-item .action-item__menutoggle, .statuses ::v-deep .action-item.action-item--open .action-item__menutoggle { background-color: var(--color-background-translucent); -webkit-backdrop-filter: var(--background-blur); @@ -551,7 +551,7 @@ export default { // Adjust design of 'Get more widgets' button .button { display: inline-block; - padding: 12px 24px; + padding: 10px 16px; margin: 0; } |