feat: add unocss

This commit is contained in:
2025-12-13 15:50:19 +07:00
parent cfee4c1c77
commit 36f29c7cd8
6 changed files with 678 additions and 160 deletions

View File

@@ -41,7 +41,7 @@ const { user } = useAuth();
</div>
</div>
<div class="ion-margin-top ion-text-center operations">
<div class="ion-margin-top ion-text-center flex gap-24px">
<ion-button fill="clear">
<ion-icon slot="start" :icon="shareOutline" />
Share
@@ -120,8 +120,4 @@ const { user } = useAuth();
max-width: 250px;
max-height: 250px;
}
.operations {
display: flex;
gap: 24px;
}
</style>