Skip to content

Commit f7c59ff

Browse files
authored
Merge pull request #22865 from nextcloud/dashboard/design-fixing
Dashboard design detail fixing
2 parents e392525 + d2b9382 commit f7c59ff

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/dashboard/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/dashboard/js/dashboard.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/dashboard/src/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export default {
382382
text-align: center;
383383
font-size: 32px;
384384
line-height: 130%;
385-
padding: 120px 16px 0px;
385+
padding: 10vh 16px 0px;
386386
}
387387
}
388388
@@ -491,7 +491,7 @@ export default {
491491
}
492492
493493
.edit-panels,
494-
.statuses ::v-deep .action-item > button,
494+
.statuses ::v-deep .action-item .action-item__menutoggle,
495495
.statuses ::v-deep .action-item.action-item--open .action-item__menutoggle {
496496
background-color: var(--color-background-translucent);
497497
-webkit-backdrop-filter: var(--background-blur);
@@ -551,7 +551,7 @@ export default {
551551
// Adjust design of 'Get more widgets' button
552552
.button {
553553
display: inline-block;
554-
padding: 12px 24px;
554+
padding: 10px 16px;
555555
margin: 0;
556556
}
557557

0 commit comments

Comments
 (0)