lint (#1184)
This commit is contained in:
parent
2f9ba09606
commit
c7fc95ee1b
7 changed files with 38 additions and 23 deletions
|
|
@ -66,7 +66,7 @@ function PureMessages({
|
|||
className="overscroll-behavior-contain -webkit-overflow-scrolling-touch flex-1 touch-pan-y overflow-y-scroll"
|
||||
style={{ overflowAnchor: 'none' }}
|
||||
>
|
||||
<Conversation className='mx-auto flex min-w-0 max-w-4xl flex-col gap-4 md:gap-6'>
|
||||
<Conversation className="mx-auto flex min-w-0 max-w-4xl flex-col gap-4 md:gap-6">
|
||||
<ConversationContent className="flex flex-col gap-4 px-2 py-4 md:gap-6 md:px-4">
|
||||
{messages.length === 0 && <Greeting />}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue