Merge pull request #56449 from nextcloud/backport/56425/stable31

[stable31] fix(core): RTL legacy snapper width
pull/56507/head
Andy Scherzinger 2025-11-30 19:22:29 +07:00 committed by GitHub
commit bbeae5c269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long