feat: Avoid overview profile image squashed (#22261)

This commit is contained in:
Shirasawa
2026-03-08 06:51:56 +08:00
committed by GitHub
parent 51a2d2b701
commit 5eb9b58488

View File

@@ -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">