Skip to content

Commit

Permalink
Update ODS in settings extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter authored and kulmann committed Apr 20, 2021
1 parent 4f1d910 commit 7bd29dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^1.7.0"
"owncloud-design-system": "^6.0.1"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
4 changes: 2 additions & 2 deletions settings/ui/components/SettingsApp.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="oc-p">
<div class="uk-flex uk-flex-column" id="settings-app">
<main class="uk-flex uk-flex-column" id="settings-app">
<template v-if="initialized">
<oc-alert v-if="extensions.length === 0" variation="primary" no-close>
<p class="uk-flex uk-flex-middle">
Expand Down Expand Up @@ -34,7 +34,7 @@
</template>
</template>
<oc-loader v-else />
</div>
</main>
</div>
</template>

Expand Down
4 changes: 2 additions & 2 deletions settings/ui/components/SettingsBundle.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="uk-width-1-1 uk-width-2-3@m uk-width-1-2@l uk-width-1-3@xl">
<div class="oc-text-bold oc-mb-s">
<h2 class="oc-mb-s">
<translate>{{ bundle.displayName }}</translate>
</div>
</h2>
<oc-grid gutter="small">
<template>
<div class="uk-width-1-1" v-for="setting in bundle.settings" :key="setting.id">
Expand Down

0 comments on commit 7bd29dc

Please sign in to comment.