mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
add margin
This commit is contained in:
@@ -68,7 +68,7 @@ function visitLink(link: string) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<section v-else>
|
<section v-else>
|
||||||
<section class="flex flex-col md:flex-row items-center justify-center md:w-2/3 mx-auto gap-4 md:gap-8">
|
<section class="flex flex-col mb-8 md:flex-row items-center justify-center md:w-2/3 mx-auto gap-4 md:gap-8">
|
||||||
<div>
|
<div>
|
||||||
<AppAvatar size="5xl" :src="userDetails.avatar" />
|
<AppAvatar size="5xl" :src="userDetails.avatar" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ defineShortcuts({
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="flex justify-end mb-8 gap-4">
|
<div class="flex justify-end my-8 gap-4">
|
||||||
<UButton
|
<UButton
|
||||||
v-if="canCreateCategory()"
|
v-if="canCreateCategory()"
|
||||||
icon="i-ph:folder-simple-plus-duotone"
|
icon="i-ph:folder-simple-plus-duotone"
|
||||||
|
|||||||
Reference in New Issue
Block a user