1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-08 23:36:49 +01:00

fix: avoid flash of connected line while loading avatars

This commit is contained in:
patak 2023-04-29 21:53:41 +02:00
parent 99dc8a0479
commit 8b8de1182c

View file

@ -142,7 +142,7 @@ const forceShow = ref(false)
</AccountHoverWrapper>
<div v-if="connectReply" w-full h-full flex mt--3px justify-center>
<div w-1px border="x base" />
<div w-1px border="x base" mb-9 />
</div>
</div>