Merge pull request #22865 from nextcloud/dashboard/design-fixing

Dashboard design detail fixing
This commit is contained in:
Morris Jobke 2020-09-16 13:45:56 +02:00 committed by GitHub
commit f7c59ffdb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}