Skip to content

Commit

Permalink
Merge pull request #48543 from nextcloud/fix/themes-layout
Browse files Browse the repository at this point in the history
fix(theming): Fix layout of themes
  • Loading branch information
Pytal authored Oct 3, 2024
2 parents a9331e1 + e7d9a68 commit 9095b49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 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
4 changes: 2 additions & 2 deletions dist/theming-personal-theming.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/theming-personal-theming.js.map

Large diffs are not rendered by default.

0 comments on commit 9095b49

Please sign in to comment.