mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac: styling
This commit is contained in:
parent
a754a4388a
commit
77da0a6cc1
1 changed files with 26 additions and 22 deletions
|
|
@ -137,7 +137,7 @@
|
|||
|
||||
{#if channel}
|
||||
<div class="flex flex-col w-full h-full bg-gray-50 dark:bg-gray-850">
|
||||
<div class="flex items-center justify-between mb-2 px-3.5 py-3">
|
||||
<div class="flex items-center justify-between px-3.5 py-3">
|
||||
<div class=" font-medium text-lg">Thread</div>
|
||||
|
||||
<div>
|
||||
|
|
@ -152,6 +152,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class=" max-h-full w-full overflow-y-auto">
|
||||
<Messages
|
||||
id={threadId}
|
||||
{channel}
|
||||
|
|
@ -175,6 +176,9 @@
|
|||
}}
|
||||
/>
|
||||
|
||||
<div class=" pb-[1rem]">
|
||||
<MessageInput id={threadId} {typingUsers} {onChange} onSubmit={submitHandler} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Reference in a new issue