chore: notification indicator resize
This commit is contained in:
parent
5a736827d4
commit
9a73b0ee4d
@ -27,7 +27,7 @@
|
|||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-else-if="notificationsStore().unreadNotificationsCount"
|
v-else-if="notificationsStore().unreadNotificationsCount"
|
||||||
class="absolute z-20 top-0 left-0 h-1.5 w-1.5 translate-x-6 translate-y-1 rounded-full bg-gray-800"
|
class="absolute z-20 top-1 -left-1.5 h-[5px] w-[5px] ring-1 ring-white translate-x-6 translate-y-1 rounded-full bg-gray-800"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</SidebarLink>
|
</SidebarLink>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
>
|
>
|
||||||
<div class="mt-1 flex items-center gap-2.5">
|
<div class="mt-1 flex items-center gap-2.5">
|
||||||
<div
|
<div
|
||||||
class="h-1.5 w-1.5 rounded-full"
|
class="h-[5px] w-[5px] rounded-full"
|
||||||
:class="[n.read ? 'bg-transparent' : 'bg-gray-900']"
|
:class="[n.read ? 'bg-transparent' : 'bg-gray-900']"
|
||||||
/>
|
/>
|
||||||
<UserAvatar :user="n.from_user.name" size="lg" />
|
<UserAvatar :user="n.from_user.name" size="lg" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user