refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-12-02 05:47:05 -05:00
parent aa589fcbd9
commit 954aaa6bdc

View file

@ -33,12 +33,12 @@
</script> </script>
{#if user} {#if user}
<div class="py-2.5"> <div class="py-3">
<div class=" flex gap-3.5 w-full px-2.5 items-center"> <div class=" flex gap-3.5 w-full px-3 items-center">
<div class=" items-center flex shrink-0"> <div class=" items-center flex shrink-0">
<img <img
src={`${WEBUI_API_BASE_URL}/users/${user?.id}/profile/image`} src={`${WEBUI_API_BASE_URL}/users/${user?.id}/profile/image`}
class=" size-12 object-cover rounded-xl" class=" size-14 object-cover rounded-xl"
alt="profile" alt="profile"
/> />
</div> </div>