forked from Mirrors/elk
fix: user alignment
This commit is contained in:
parent
597ebae042
commit
b4408422a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ defineOptions({
|
||||||
<AccountHoverWrapper :disabled="!hoverCard" :account="account">
|
<AccountHoverWrapper :disabled="!hoverCard" :account="account">
|
||||||
<AccountBigAvatar :account="account" shrink-0 :square="square" />
|
<AccountBigAvatar :account="account" shrink-0 :square="square" />
|
||||||
</AccountHoverWrapper>
|
</AccountHoverWrapper>
|
||||||
<div flex="~ col" shrink overflow-hidden justify-center leading-none>
|
<div flex="~ col" shrink pt-1 h-full overflow-hidden justify-center leading-none>
|
||||||
<div flex="~" gap-2>
|
<div flex="~" gap-2>
|
||||||
<ContentRich
|
<ContentRich
|
||||||
font-bold line-clamp-1 ws-pre-wrap break-all text-lg
|
font-bold line-clamp-1 ws-pre-wrap break-all text-lg
|
||||||
|
|
Loading…
Reference in a new issue