diff --git a/CHANGELOG.md b/CHANGELOG.md index f96bb7d..274ce79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`" diff --git a/src/scss/admin.scss b/src/scss/admin.scss index 0cd332c..4ad6fd9 100644 --- a/src/scss/admin.scss +++ b/src/scss/admin.scss @@ -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 {