Merge pull request #56448 from nextcloud/backport/56425/stable32

[stable32] fix(core): RTL legacy snapper width
pull/56506/head
Andy Scherzinger 2025-11-30 19:21:59 +07:00 committed by GitHub
commit 5da80c7ddc
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