mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 23:08:59 +00:00
refac: styling
This commit is contained in:
parent
6ecee8b920
commit
f7ecfafe1a
@ -157,7 +157,7 @@
|
|||||||
|
|
||||||
{#if channel}
|
{#if channel}
|
||||||
<div class="flex flex-col w-full h-full bg-gray-50 dark:bg-gray-850">
|
<div class="flex flex-col w-full h-full bg-gray-50 dark:bg-gray-850">
|
||||||
<div class="flex items-center justify-between px-3.5 py-3">
|
<div class="flex items-center justify-between px-3.5 pt-3">
|
||||||
<div class=" font-medium text-lg">Thread</div>
|
<div class=" font-medium text-lg">Thread</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" max-h-full w-full overflow-y-auto" bind:this={messagesContainerElement}>
|
<div class=" max-h-full w-full overflow-y-auto pt-3" bind:this={messagesContainerElement}>
|
||||||
<Messages
|
<Messages
|
||||||
id={threadId}
|
id={threadId}
|
||||||
{channel}
|
{channel}
|
||||||
|
Loading…
Reference in New Issue
Block a user