refac: styling

This commit is contained in:
Timothy J. Baek 2024-10-22 23:27:07 -07:00
parent f6893edcc2
commit 75980010a9

View File

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