fix #415: move admin navigation opener to the right #435

Closed
deblan wants to merge 2 commits from bugfix/issue415 into develop
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 8bb8a94d8c - Show all commits

fix #434: move admin navigation opener to the right
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/security Pipeline is pending approval
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/security Pipeline is pending approval

Simon Vieille 2025-05-26 18:49:21 +02:00
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,5 +1,8 @@
## [Unreleased]
### Fixed
* fix #434: 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 {