]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
webui: Improve chat form positioning (#20901)
authorAleksander Grygier <redacted>
Mon, 23 Mar 2026 13:30:55 +0000 (14:30 +0100)
committerGitHub <redacted>
Mon, 23 Mar 2026 13:30:55 +0000 (14:30 +0100)
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte

index c4410bf248c0670de81b29e0cd0982bde5c69e5c..8295dec5df46d399af1c47f3920eea9a084f3350 100644 (file)
Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ
index 1e0c801b6d7a8da600c501cfa3cf8b77a13d4293..00ddea464941ae2642af0e9bb0b268e17e34abec 100644 (file)
                />
 
                <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 />
                                </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}