Skip to content

Commit 34f23a3

Browse files
committed
Update layout for website chatbot template
1 parent d206057 commit 34f23a3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

llmstack/contrib/apps/templates/website_chatbot.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ app:
5454
type_slug: "text-chat"
5555
config:
5656
layout: >-
57-
<pa-layout sx='{"maxWidth": "900px", "margin": "0 auto", "padding":
58-
"10px"}'>
59-
<pa-grid container="true" spacing="2" style="width: 100%">
60-
<pa-grid item="true" xs="12">
61-
<pa-chat-output sx='{"height": "70vh", "minHeight": "90%"}'/>
57+
<pa-layout sx='{"maxWidth": "1200px", "margin": "0 auto", "padding": "5px 0", "height": "100%"}'>
58+
<pa-grid container="true" spacing="2" sx='{"height": "100%", "flexDirection": "column"}'>
59+
<pa-grid item="true" xs="12" sx='{"overflow": "auto !important", "flex": "1 1 0 !important", "padding": "0 !important"}'>
60+
<pa-chat-output></pa-chat-output>
6261
</pa-grid>
63-
<pa-grid item="true" xs="12">
64-
<pa-input-form clearonsubmit="true" />
62+
<pa-grid item="true" xs="12" sx='{"alignSelf": "flex-end", "flex": "0 !important", "width": "100%", "padding": "0 !important"}'>
63+
<pa-input-form clearonsubmit="true"></pa-input-form>
6564
</pa-grid>
6665
</pa-grid>
6766
</pa-layout>

0 commit comments

Comments
 (0)