webui: Improve chat form positioning (#20901)

This commit is contained in:
Aleksander Grygier 2026-03-23 14:30:55 +01:00 committed by GitHub
parent 35b662bb5d
commit 11fb11b901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -369,7 +369,7 @@
/>
<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' }}
>
<ChatScreenProcessingInfo />
@ -397,7 +397,7 @@
</div>
{/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
disabled={hasPropsError || isEditing()}
{initialMessage}