This commit is contained in:
Zacharias-Brohn
2026-01-15 13:51:10 +01:00
parent f920c37cf7
commit cf230fbd46
2 changed files with 6 additions and 7 deletions
+2 -3
View File
@@ -878,9 +878,8 @@ export default function ChatLayout() {
<AppShell.Main>
<Container
size="lg"
h="calc(100vh - 100px)"
style={{ display: 'flex', flexDirection: 'column' }}
style={{ display: 'flex', flexDirection: 'column', maxWidth: 800 }}
>
<ScrollArea
flex={1}
@@ -925,7 +924,7 @@ export default function ChatLayout() {
maxWidth: '75%',
}}
>
<Text size="sm" style={{ lineHeight: 1.5 }}>
<Text size="md" style={{ lineHeight: 1.5 }}>
{message.content}
</Text>
</Paper>