webui: Improve chat form positioning (#20901)
This commit is contained in:
Binary file not shown.
@@ -369,7 +369,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="pointer-events-none sticky right-0 bottom-0 left-0 mt-auto"
|
class="pointer-events-none sticky right-0 bottom-4 left-0 mt-auto"
|
||||||
in:slide={{ duration: 150, axis: 'y' }}
|
in:slide={{ duration: 150, axis: 'y' }}
|
||||||
>
|
>
|
||||||
<ChatScreenProcessingInfo />
|
<ChatScreenProcessingInfo />
|
||||||
@@ -397,7 +397,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="conversation-chat-form pointer-events-auto rounded-t-3xl pb-4">
|
<div class="conversation-chat-form pointer-events-auto rounded-t-3xl">
|
||||||
<ChatScreenForm
|
<ChatScreenForm
|
||||||
disabled={hasPropsError || isEditing()}
|
disabled={hasPropsError || isEditing()}
|
||||||
{initialMessage}
|
{initialMessage}
|
||||||
|
|||||||
Reference in New Issue
Block a user