Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/dashboard/js/dashboard.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/dashboard/js/dashboard.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/dashboard/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export default {
text-align: center;
font-size: 32px;
line-height: 130%;
padding: 120px 16px 0px;
padding: 10vh 16px 0px;
}
}

Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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;
}

Expand Down