Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions apps/theming/src/UserTheming.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -318,7 +317,6 @@ export default {
margin-top: var(--gap);
column-gap: var(--gap);
row-gap: var(--gap);
grid-template-columns: 1fr 1fr;
}
}

Expand Down
5 changes: 0 additions & 5 deletions apps/theming/src/components/ItemPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export default {
position: relative;
display: flex;
justify-content: flex-start;
max-width: 800px;

&,
* {
Expand Down Expand Up @@ -158,10 +157,6 @@ export default {
}
}

&--default {
grid-column: span 2;
}

&-warning {
color: var(--color-warning);
}
Expand Down