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

[stable31] fix(core): RTL legacy snapper width
pull/56507/head
Andy Scherzinger 3 months ago committed by GitHub
commit bbeae5c269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      core/src/init.js
  2. 4
      dist/core-main.js
  3. 2
      dist/core-main.js.map

@ -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
Loading…
Cancel
Save