mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
parent
a253a222ec
commit
727bef6066
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ const { translation } = useTranslation(status)
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="status-body">
|
||||
<div class="status-body" whitespace-pre-wrap break-words>
|
||||
<ContentRichSetup :content="translation.visible ? translation.text : status.content" :emojis="status.emojis" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -85,7 +85,7 @@ const timeago = useTimeAgo(() => status.createdAt, {
|
|||
<AccountAvatar mt1 w-12 h-12 :account="status.account" />
|
||||
</div>
|
||||
</div>
|
||||
<div flex="~ col 1">
|
||||
<div flex="~ col 1" w-0>
|
||||
<div flex>
|
||||
<StatusAccountDetails :account="status.account" />
|
||||
<div flex-auto />
|
||||
|
|
Loading…
Reference in a new issue