nextcloud-libraries / nextcloud-vue

🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
https://nextcloud-vue-components.netlify.app/
Other
216 stars 89 forks source link

fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode. #6260

Open falghamdi125 opened 3 days ago

falghamdi125 commented 3 days ago

☑️ Resolves

So, in RTL mode, the sidebar slides from the right not the left like in LTR mode. Now, we have to adjust apps headers margins and padding for RTL mode to accomedate the toggle button that'll be displayed on the right.

🖼️ Screenshots

🏚️ Before 🏡 After
image image

Best