mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
fix: improves the alignment of drop downs
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<dropdown class="dropdown-end" v-if="config.user">
|
||||
<template #trigger>
|
||||
<img class="h-6 w-6 max-w-none rounded-full" :src="config.user.avatar" />
|
||||
<img class="h-7 w-7 max-w-none rounded-full p-px ring-1 ring-base-content/60" :src="config.user.avatar" />
|
||||
</template>
|
||||
<template #content>
|
||||
<div class="p-2">
|
||||
|
||||
Reference in New Issue
Block a user