Skip to content

Commit

Permalink
fix(theming): Fix layout of themes
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal authored and backportbot[bot] committed Oct 3, 2024
1 parent faf9b89 commit 00dcaf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
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

0 comments on commit 00dcaf6

Please sign in to comment.