Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
978b7da7ca
fix changelog 2025-05-26 18:51:20 +02:00
8bb8a94d8c
fix #434: move admin navigation opener to the right 2025-05-26 18:49:21 +02:00
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,8 @@
## [Unreleased]
### Fixed
* fix #415: move admin navigation opener to the right
## 5.1.1
### Fixed
* fix(build): define appName to fix this error: "The `@nextcloud/vue` library was used without setting / replacing the `appName`"

View file

@ -32,6 +32,11 @@
.app-navigation-entry__name {
padding-left: 10px !important;
}
.app-navigation-toggle-wrapper {
top: calc(var(--app-navigation-padding) - 3px) !important;
inset-inline-end: calc(0px - var(--app-navigation-padding) * 3) !important;
}
}
&-tips {