mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-27 04:54:11 +01:00
feat: enhance chat UI and add location component with images
This commit is contained in:
@@ -75,7 +75,7 @@ defineShortcuts({
|
||||
</ul>
|
||||
</div>
|
||||
<ClientOnly>
|
||||
<UCard variant="outline" class="md:max-w-1/2" :ui="{ body: 'flex justify-between items-center' }">
|
||||
<UCard variant="outline" class="md:max-w-1/2 m-1 shadow-sm" :ui="{ body: 'flex justify-between items-center' }">
|
||||
<div class="flex items-center gap-2">
|
||||
<UIcon v-if="dark" name="i-ph-moon-duotone" size="24" />
|
||||
<UIcon v-else name="i-ph-sun-duotone" size="24" />
|
||||
|
||||
Reference in New Issue
Block a user