fix: center initials in profile avatar
This commit is contained in:
@@ -219,8 +219,8 @@
|
|||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<div class="dropdown dropdown-end" v-if="activeProfile">
|
<div class="dropdown dropdown-end" v-if="activeProfile">
|
||||||
<div tabindex="0" role="button" class="btn btn-ghost btn-circle avatar placeholder">
|
<div tabindex="0" role="button" class="btn btn-ghost btn-circle avatar placeholder">
|
||||||
<div class="bg-secondary text-secondary-content rounded-full w-10">
|
<div class="bg-secondary text-secondary-content rounded-full w-10 h-10 grid place-items-center">
|
||||||
<span class="text-sm font-semibold">{{ activeProfileInitials }}</span>
|
<span class="text-sm font-semibold leading-none">{{ activeProfileInitials }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul tabindex="0" class="menu dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-64">
|
<ul tabindex="0" class="menu dropdown-content mt-3 p-2 shadow bg-base-100 rounded-box w-64">
|
||||||
|
|||||||
Reference in New Issue
Block a user