diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/src/UserTheming.vue | 2 | ||||
-rw-r--r-- | apps/theming/src/components/ItemPreview.vue | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/apps/theming/src/UserTheming.vue b/apps/theming/src/UserTheming.vue index a5c3d029158..4766886be90 100644 --- a/apps/theming/src/UserTheming.vue +++ b/apps/theming/src/UserTheming.vue @@ -6,7 +6,6 @@ <template> <section> <NcSettingsSection :name="t('theming', 'Appearance and accessibility settings')" - :limit-width="false" class="theming"> <!-- eslint-disable-next-line vue/no-v-html --> <p v-html="description" /> @@ -318,7 +317,6 @@ export default { margin-top: var(--gap); column-gap: var(--gap); row-gap: var(--gap); - grid-template-columns: 1fr 1fr; } } diff --git a/apps/theming/src/components/ItemPreview.vue b/apps/theming/src/components/ItemPreview.vue index 9a9c5282af5..facd2960405 100644 --- a/apps/theming/src/components/ItemPreview.vue +++ b/apps/theming/src/components/ItemPreview.vue @@ -121,7 +121,6 @@ export default { position: relative; display: flex; justify-content: flex-start; - max-width: 800px; &, * { @@ -158,10 +157,6 @@ export default { } } - &--default { - grid-column: span 2; - } - &-warning { color: var(--color-warning); } |