mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
aa589fcbd9
commit
954aaa6bdc
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue