mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +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>
|
||||
|
||||
{#if user}
|
||||
<div class="py-2.5">
|
||||
<div class=" flex gap-3.5 w-full px-2.5 items-center">
|
||||
<div class="py-3">
|
||||
<div class=" flex gap-3.5 w-full px-3 items-center">
|
||||
<div class=" items-center flex shrink-0">
|
||||
<img
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue