Skip to content

Commit

Permalink
fix(deps): bump @nextcloud/vue from 8.14.0 to ^8.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and st3iny committed Jul 23, 2024
1 parent c0c49de commit 0271a5b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
8 changes: 6 additions & 2 deletions css/app-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@
}
}

.app-navigation-header {
padding: calc(var(--default-grid-baseline, 4px) * 2);
.app-navigation__body {
overflow-y: unset !important;

.app-navigation-header {
padding: calc(var(--default-grid-baseline, 4px) * 2);
}
}

.new-event-today-view-section {
Expand Down
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.14.0",
"@nextcloud/vue": "^8.15.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"autosize": "^6.0.1",
"color-convert": "^2.0.1",
Expand Down

0 comments on commit 0271a5b

Please sign in to comment.