Skip to content

Commit bbeae5c

Browse files
Merge pull request #56449 from nextcloud/backport/56425/stable31
[stable31] fix(core): RTL legacy snapper width
2 parents ee2ec27 + 377f5e4 commit bbeae5c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

core/src/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const initCore = () => {
122122
element: document.getElementById('app-content'),
123123
disable: SNAPPER_CLOSE,
124124
maxPosition: 300, // $navigation-width
125+
minPosition: -300, // $navigation-width for RTL
125126
minDragDistance: 100,
126127
})
127128

dist/core-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)