mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #48543 from nextcloud/fix/themes-layout
fix(theming): Fix layout of themes
This commit is contained in:
commit
9095b49592
4 changed files with 3 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue