@@ -24,7 +24,7 @@ import { isLoggedInState, appRunDataState } from "../../../data/atoms";
2424import { useSetRecoilState , useRecoilValue } from "recoil" ;
2525import LoginDialog from "../../LoginDialog" ;
2626
27- export const defaultWorkflowLayout = `<pa-layout sx='{"maxWidth": "900px ", "margin": "0 auto"}'>
27+ export const defaultWorkflowLayout = `<pa-layout sx='{"maxWidth": "1200px ", "margin": "10px auto"}'>
2828 <pa-paper style="padding: 10px;">
2929 <pa-grid container="true" spacing="2" style="width: 100%">
3030 <pa-grid item="true" xs="12">
@@ -40,12 +40,12 @@ export const defaultWorkflowLayout = `<pa-layout sx='{"maxWidth": "900px", "marg
4040 </pa-paper>
4141</pa-layout>` ;
4242
43- export const defaultChatLayout = `<pa-layout sx='{"maxWidth": "900px ", "margin": "0 auto", "padding": "10px "}'>
44- <pa-grid container="true" spacing="2" style="width: 100%">
45- <pa-grid item="true" xs="12">
46- <pa-chat-output sx='{"height": "calc(100vh - 300px)", "minHeight": "90%"}' ></pa-chat-output>
43+ export const defaultChatLayout = `<pa-layout sx='{"maxWidth": "1200px ", "margin": "0 auto", "padding": "5px 0", "height": "100% "}'>
44+ <pa-grid container="true" spacing="2" sx='{"height": " 100%", "flexDirection": "column"}' >
45+ <pa-grid item="true" xs="12" sx='{"overflow": "auto !important", "flex": "1 1 0 !important", "padding": "0 !important"}' >
46+ <pa-chat-output></pa-chat-output>
4747 </pa-grid>
48- <pa-grid item="true" xs="12">
48+ <pa-grid item="true" xs="12" sx='{"alignSelf": "flex-end", "flex": "0 !important", "width": "100%", "padding": "0 !important"}' >
4949 <pa-input-form clearonsubmit="true"></pa-input-form>
5050 </pa-grid>
5151 </pa-grid>
0 commit comments