mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 17:39:59 +00:00
fix: avoid flash of connected line while loading avatars
This commit is contained in:
parent
99dc8a0479
commit
8b8de1182c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue