fix #434: move admin navigation opener to the right
This commit is contained in:
parent
d9051304c8
commit
8bb8a94d8c
2 changed files with 8 additions and 0 deletions
|
|
@ -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`"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue