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>
|
||||
<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>
|
||||
<AppAvatar size="5xl" :src="userDetails.avatar" />
|
||||
</div>
|
||||
|
||||
@@ -118,7 +118,7 @@ defineShortcuts({
|
||||
</h3>
|
||||
</div>
|
||||
</section>
|
||||
<div class="flex justify-end mb-8 gap-4">
|
||||
<div class="flex justify-end my-8 gap-4">
|
||||
<UButton
|
||||
v-if="canCreateCategory()"
|
||||
icon="i-ph:folder-simple-plus-duotone"
|
||||
|
||||
Reference in New Issue
Block a user