]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(theming): Fix layout of themes
authorChristopher Ng <chrng8@gmail.com>
Wed, 2 Oct 2024 23:13:43 +0000 (16:13 -0700)
committerChristopher Ng <chrng8@gmail.com>
Wed, 2 Oct 2024 23:13:43 +0000 (16:13 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/theming/src/UserTheming.vue
apps/theming/src/components/ItemPreview.vue

index a5c3d029158b3a3c32034e8d684d5bcb76d085ff..4766886be903dd04311382ab2f217c22161a1240 100644 (file)
@@ -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;
        }
 }
 
index 9a9c5282af56e284c6ca2ae59fd7624d7b98f1f6..facd29604057b43a42821137516a9f6814243918 100644 (file)
@@ -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);
        }