mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-30 05:05:20 +00:00
refac: styling
This commit is contained in:
parent
d053600096
commit
769110f290
1 changed files with 3 additions and 3 deletions
|
|
@ -415,7 +415,7 @@
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class="flex gap-4 w-full">
|
<div class="flex flex-col md:flex-row gap-4 w-full">
|
||||||
<div class="self-center md:self-start flex justify-center my-2 shrink-0">
|
<div class="self-center md:self-start flex justify-center my-2 shrink-0">
|
||||||
<div class="self-center">
|
<div class="self-center">
|
||||||
<button
|
<button
|
||||||
|
|
@ -432,13 +432,13 @@
|
||||||
<img
|
<img
|
||||||
src={info.meta.profile_image_url}
|
src={info.meta.profile_image_url}
|
||||||
alt="model profile"
|
alt="model profile"
|
||||||
class="rounded-xl sm:size-60 size-max object-cover shrink-0"
|
class="rounded-xl size-60 object-cover shrink-0"
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
<img
|
<img
|
||||||
src="{WEBUI_BASE_URL}/static/favicon.png"
|
src="{WEBUI_BASE_URL}/static/favicon.png"
|
||||||
alt="model profile"
|
alt="model profile"
|
||||||
class=" rounded-xl sm:size-60 size-max object-cover shrink-0"
|
class=" rounded-xl size-60 object-cover shrink-0"
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue