Fix searchview

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-22 13:47:10 +02:00
parent ffac91a027
commit 2eee09bf4b
2 changed files with 14 additions and 5 deletions

View File

@@ -23,14 +23,14 @@
</figure>
<AccountGroup v-else :size="64" />
</div>
<div class="px-1">
<div class="px-1 overflow-hidden">
<h3
class="text-2xl leading-5 line-clamp-3 font-bold text-violet-3 dark:text-white"
dir="auto"
>
{{ displayName(group) }}
</h3>
<span>
<span class="block truncate">
{{ `@${usernameWithDomain(group)}` }}
</span>
</div>