Skip to content

Commit

Permalink
Merge pull request #4776 from nextcloud-libraries/fix/regression-app-…
Browse files Browse the repository at this point in the history
…content

fix(NcAppNavigation): Ensure `--app-navigation-padding` is set also on app-content
  • Loading branch information
susnux authored Nov 8, 2023
2 parents 9dff639 + 48c4be5 commit 3577820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default {
}
</script>

<style scoped lang="scss">
<style lang="scss">
.app-navigation,
.app-content {
/** Distance of the app naviation toggle and the first navigation item to the top edge of the app content container */
Expand Down

0 comments on commit 3577820

Please sign in to comment.