mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac
This commit is contained in:
@@ -92,6 +92,16 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if user?.bio}
|
||||
<div class="mx-3.5 mt-2">
|
||||
<Tooltip content={user?.bio}>
|
||||
<div class=" self-center line-clamp-3 flex-1 text-left text-xs">
|
||||
{user?.bio}
|
||||
</div>
|
||||
</Tooltip>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if $_user?.id !== user.id}
|
||||
<hr class="border-gray-100/50 dark:border-gray-800/50 my-2.5" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user