forked from deblan/side_menu
Compare commits
2 commits
develop
...
bugfix/iss
| Author | SHA1 | Date | |
|---|---|---|---|
|
978b7da7ca |
|||
|
8bb8a94d8c |
2 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* fix #415: move admin navigation opener to the right
|
||||||
|
|
||||||
## 5.1.1
|
## 5.1.1
|
||||||
### Fixed
|
### Fixed
|
||||||
* fix(build): define appName to fix this error: "The `@nextcloud/vue` library was used without setting / replacing the `appName`"
|
* 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 {
|
.app-navigation-entry__name {
|
||||||
padding-left: 10px !important;
|
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 {
|
&-tips {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue