Skip to content

Commit 5b92f58

Browse files
authored
Merge pull request #56425 from nextcloud/fix/rtl-legacy-snapper-width
fix(core): RTL legacy snapper width
2 parents 76e5ba8 + ba25d56 commit 5b92f58

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/src/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export function initCore() {
125125
element: document.getElementById('app-content'),
126126
disable: SNAPPER_CLOSE,
127127
maxPosition: 300, // $navigation-width
128+
minPosition: -300, // $navigation-width for RTL
128129
minDragDistance: 100,
129130
})
130131

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)