Merge pull request #48543 from nextcloud/fix/themes-layout

fix(theming): Fix layout of themes
This commit is contained in:
Pytal 2024-10-03 05:28:24 -07:00 committed by GitHub
commit 9095b49592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 10 deletions

View 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;
}
}

View 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);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long