fix: add gaps to links

This commit is contained in:
ASTRO:? 2025-04-15 17:24:16 +09:00
parent f08eea5335
commit 7e9967b66e

View file

@ -171,36 +171,42 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSection> <FormSection>
<template #label>Character Design</template> <template #label>Character Design</template>
<MkKeyValue> <div class="_gaps_m">
<template #key>Sergio</template> <MkKeyValue>
<template #value><MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template> <template #key>Sergio</template>
</MkKeyValue> <template #value><MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template>
<MkKeyValue> </MkKeyValue>
<template #key>Floyd</template> <MkKeyValue>
<template #value><MkLink url="https://x.com/Astro_CQM">@Astro_CQM</MkLink>, <MkLink url="https://x.com/iyosuke_114">@iyosuke_114</MkLink></template> <template #key>Floyd</template>
</MkKeyValue> <template #value><MkLink url="https://x.com/Astro_CQM">@Astro_CQM</MkLink>, <MkLink url="https://x.com/iyosuke_114">@iyosuke_114</MkLink></template>
<MkKeyValue> </MkKeyValue>
<template #key>Oscar</template> <MkKeyValue>
<template #value><MkLink url="https://x.com/Astro_CQM">@Astro_CQM</MkLink>, <MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template> <template #key>Oscar</template>
</MkKeyValue> <template #value><MkLink url="https://x.com/Astro_CQM">@Astro_CQM</MkLink>, <MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template>
</MkKeyValue>
</div>
</FormSection> </FormSection>
<FormSection> <FormSection>
<template #label>ST@R P:ACE Branding</template> <template #label>ST@R P:ACE Branding</template>
<MkKeyValue> <div class="_gaps_m">
<template #key>Logo Design</template> <MkKeyValue>
<template #value><MkLink url="https://crepe.cm/@r0I1xmCy">@r0I1xmCy</MkLink></template> <template #key>Logo Design</template>
</MkKeyValue> <template #value><MkLink url="https://crepe.cm/@r0I1xmCy">@r0I1xmCy</MkLink></template>
<MkKeyValue> </MkKeyValue>
<template #key>Main Illustrations</template> <MkKeyValue>
<template #value><MkLink url="https://x.com/iyosuke_114">@iyosuke_114</MkLink></template> <template #key>Main Illustrations</template>
</MkKeyValue> <template #value><MkLink url="https://x.com/iyosuke_114">@iyosuke_114</MkLink></template>
</MkKeyValue>
</div>
</FormSection> </FormSection>
<FormSection> <FormSection>
<template #label>OSCAR Node #4 Branding</template> <template #label>OSCAR Node #4 Branding</template>
<MkKeyValue> <div class="_gaps_m">
<template #key>Special Illustration</template> <MkKeyValue>
<template #value><MkLink url="https://x.com/DK_DK42">@DK_DK42</MkLink></template> <template #key>Special Illustration</template>
</MkKeyValue> <template #value><MkLink url="https://x.com/DK_DK42">@DK_DK42</MkLink></template>
</MkKeyValue>
</div>
</FormSection> </FormSection>
</div> </div>
</MkSpacer> </MkSpacer>