From 8bb8a94d8c8383f5465214df042d53a115e8f948 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 26 May 2025 18:49:21 +0200 Subject: [PATCH 1/2] fix #434: move admin navigation opener to the right --- CHANGELOG.md | 3 +++ src/scss/admin.scss | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96bb7d..3025d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`" 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 { -- 2.47.3 From 978b7da7ca77db2d6f5250cf5169e2484cb2bc0a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 26 May 2025 18:51:08 +0200 Subject: [PATCH 2/2] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3025d67..274ce79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [Unreleased] ### Fixed -* fix #434: move admin navigation opener to the right +* fix #415: move admin navigation opener to the right ## 5.1.1 ### Fixed -- 2.47.3