mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-24 02:06:12 +03:00
fix: slightly tweak account display for long group conversations
This commit is contained in:
parent
3adab28337
commit
a72d770aa6
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ const props = defineProps<{
|
|||
|
||||
<template>
|
||||
<div flex flex-col gap-2>
|
||||
<div flex gap-2>
|
||||
With
|
||||
<div flex gap-2 flex-wrap text-sm px-2>
|
||||
with
|
||||
<AccountInlineInfo v-for="account in conversation.accounts" :key="account.id" :account="account" />
|
||||
</div>
|
||||
<StatusCard v-if="conversation.lastStatus" :status="conversation.lastStatus" :actions="false" />
|
||||
|
|
Loading…
Reference in a new issue