move instance description into a section with divider

This commit is contained in:
Hazelnoot 2025-05-29 18:27:23 -04:00
parent afbe3a95c0
commit 23f0748e60

View file

@ -88,10 +88,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea>
</MkFolder>
<MkKeyValue>
<template #key>{{ i18n.ts.description }}</template>
<template #value>{{ instance.description }}</template>
</MkKeyValue>
<FormSection v-if="instance.description">
<MkKeyValue>
<template #key>{{ i18n.ts.description }}</template>
<template #value>{{ instance.description }}</template>
</MkKeyValue>
</FormSection>
<FormSection v-if="iAmModerator">
<template #label>{{ i18n.ts.moderation }}</template>