mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
feat: Avoid overview profile image squashed (#22261)
This commit is contained in:
parent
51a2d2b701
commit
5eb9b58488
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<div class="flex w-full">
|
||||
<ProfileImage
|
||||
src={`${WEBUI_API_BASE_URL}/users/${data.user.id}/profile/image`}
|
||||
className={'size-5 -translate-y-[1px]'}
|
||||
className={'size-5 -translate-y-[1px] flex-shrink-0'}
|
||||
/>
|
||||
<div class="ml-2">
|
||||
<div class=" flex justify-between items-center">
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<div class="flex w-full">
|
||||
<ProfileImage
|
||||
src={`${WEBUI_API_BASE_URL}/models/model/profile/image?id=${data.model?.id ?? data.message.model}&lang=${$i18n.language}`}
|
||||
className={'size-5 -translate-y-[1px]'}
|
||||
className={'size-5 -translate-y-[1px] flex-shrink-0'}
|
||||
/>
|
||||
|
||||
<div class="ml-2">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue