This commit is contained in:
Timothy Jaeryang Baek
2026-02-12 17:42:15 -06:00
parent 5297dceb2a
commit 9fc1658085

View File

@@ -372,7 +372,7 @@
<div class="flex items-center gap-2">
<ProfilePreview {user} side="right" align="center" sideOffset={6}>
<img
class="rounded-full w-6 h-6 object-cover mr-0.5 flex-shrink-0"
class="rounded-full w-6 min-w-6 h-6 object-cover mr-0.5 flex-shrink-0"
src={`${WEBUI_API_BASE_URL}/users/${user.id}/profile/image`}
alt="user"
/>