mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 04:20:44 +02:00
feat: Avoid overview profile image squashed (#22261)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user