mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
5388cc1bc6
commit
562f22960c
1 changed files with 10 additions and 0 deletions
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue