fix: whatsapp icon getting cut in notification panel
This commit is contained in:
parent
10894d019d
commit
718142365c
@ -52,13 +52,10 @@
|
|||||||
>
|
>
|
||||||
<div class="mt-1 flex items-center gap-2.5">
|
<div class="mt-1 flex items-center gap-2.5">
|
||||||
<div
|
<div
|
||||||
class="h-[5px] w-[5px] rounded-full"
|
class="size-[5px] rounded-full"
|
||||||
:class="[n.read ? 'bg-transparent' : 'bg-gray-900']"
|
:class="[n.read ? 'bg-transparent' : 'bg-gray-900']"
|
||||||
/>
|
/>
|
||||||
<WhatsAppIcon
|
<WhatsAppIcon v-if="n.type == 'WhatsApp'" class="size-7" />
|
||||||
v-if="n.type == 'WhatsApp'"
|
|
||||||
class="size-7 rounded-full"
|
|
||||||
/>
|
|
||||||
<UserAvatar v-else :user="n.from_user.name" size="lg" />
|
<UserAvatar v-else :user="n.from_user.name" size="lg" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user