mirror of
https://github.com/open-webui/open-webui
synced 2025-02-06 13:10:16 +00:00
refac: styling
This commit is contained in:
parent
f6893edcc2
commit
75980010a9
@ -266,14 +266,14 @@
|
|||||||
<img
|
<img
|
||||||
src={feedback?.user?.profile_image_url ?? '/user.png'}
|
src={feedback?.user?.profile_image_url ?? '/user.png'}
|
||||||
alt={feedback?.user?.name}
|
alt={feedback?.user?.name}
|
||||||
class="size-6 rounded-full object-cover shrink-0"
|
class="size-5 rounded-full object-cover shrink-0"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="px-3 py-1 flex flex-col">
|
<td class="px-3 flex flex-col">
|
||||||
<div class="flex flex-col items-start gap-0.5 h-full">
|
<div class="flex flex-col items-start gap-0.5 h-full">
|
||||||
<div class="flex flex-col h-full">
|
<div class="flex flex-col h-full">
|
||||||
{#if feedback.data?.sibling_model_ids}
|
{#if feedback.data?.sibling_model_ids}
|
||||||
|
Loading…
Reference in New Issue
Block a user