mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #56449 from nextcloud/backport/56425/stable31
[stable31] fix(core): RTL legacy snapper width
This commit is contained in:
commit
bbeae5c269
3 changed files with 4 additions and 3 deletions
|
|
@ -122,6 +122,7 @@ export const initCore = () => {
|
|||
element: document.getElementById('app-content'),
|
||||
disable: SNAPPER_CLOSE,
|
||||
maxPosition: 300, // $navigation-width
|
||||
minPosition: -300, // $navigation-width for RTL
|
||||
minDragDistance: 100,
|
||||
})
|
||||
|
||||
|
|
|
|||
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue