added some final touches

This commit is contained in:
2025-07-08 10:00:01 +02:00
parent 957af1c257
commit f2f23c238d
3 changed files with 49 additions and 23 deletions

View File

@@ -214,7 +214,7 @@ function dismissSchedule() {
<UDropdownMenu :items="dropDownItems" size="xl" :ui="{
content: 'w-60'
}">
<UButton variant="ghost" class="flex gap-1 items-center w-full text-text">
<UButton variant="ghost" class="flex gap-4 items-center w-full text-text">
<UAvatar :src="user.user.value?.imageUrl" />
{{ user.user.value?.username }}
</UButton>