mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -92,6 +92,16 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/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}
|
{#if $_user?.id !== user.id}
|
||||||
<hr class="border-gray-100/50 dark:border-gray-800/50 my-2.5" />
|
<hr class="border-gray-100/50 dark:border-gray-800/50 my-2.5" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user