aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2024-10-02 16:13:43 -0700
committerChristopher Ng <chrng8@gmail.com>2024-10-02 16:13:43 -0700
commit8e0c2726f801c83cc2a64346706e88bda6999e98 (patch)
tree8478e40359312ba0423861f106a1d8bbf5b153dd /apps
parent004d7dac91b8e6759f0279e6f932fe03d6203ba2 (diff)
downloadnextcloud-server-8e0c2726f801c83cc2a64346706e88bda6999e98.tar.gz
nextcloud-server-8e0c2726f801c83cc2a64346706e88bda6999e98.zip
fix(theming): Fix layout of themes
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/src/UserTheming.vue2
-rw-r--r--apps/theming/src/components/ItemPreview.vue5
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);
}