Remove padding, fix build

This commit is contained in:
Tat Dat Duong
2025-03-07 15:46:00 +01:00
parent 5acee514ba
commit eb4d86b6af
2 changed files with 1 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ export function Thread() {
!chatStarted && "flex flex-col items-stretch mt-[25vh]",
chatStarted && "grid grid-rows-[1fr_auto]",
)}
contentClassName="pt-8 pb-16 px-4 max-w-3xl mx-auto flex flex-col gap-4 w-full"
contentClassName="pt-8 pb-16 max-w-3xl mx-auto flex flex-col gap-4 w-full"
content={
<>
{messages