nextcloud-vue
nextcloud-vue copied to clipboard
feat(NcAppNavigation): add --app--navigation--offset exposed CSS Variable
☑️ Resolves
-
⚠️ Chained on https://github.com/nextcloud-libraries/nextcloud-vue/pull/5861
-
We often need to add offset to reserver space for navigation toggle button
- Currently, apps do it manually from
--app-navigation-padding+--default-clickable-area - Or even worth - hardcoded value
- Currently, apps do it manually from
-
Add an explicit variable for that
🖼️ Screenshots
🏁 Checklist
- [ ] ⛑️ Tests are included or are not applicable
- [x] 📘 Component documentation has been extended, updated or is not applicable
- [x] 3️⃣ Backport to
nextrequested with a Vue 3 upgrade
Also in progress: basic NcAppTopBar component