Upgrade to Tailwind CSS v4 (#1173)
This commit is contained in:
parent
4ce76987a1
commit
848205f5cb
76 changed files with 1098 additions and 1050 deletions
|
|
@ -42,7 +42,7 @@ function PureArtifactMessages({
|
|||
return (
|
||||
<div
|
||||
ref={messagesContainerRef}
|
||||
className="flex overflow-y-scroll flex-col gap-4 items-center px-4 pt-20 h-full"
|
||||
className="flex h-full flex-col items-center gap-4 overflow-y-scroll px-4 pt-20"
|
||||
>
|
||||
{messages.map((message, index) => (
|
||||
<PreviewMessage
|
||||
|
|
@ -71,7 +71,7 @@ function PureArtifactMessages({
|
|||
|
||||
<motion.div
|
||||
ref={messagesEndRef}
|
||||
className="shrink-0 min-w-[24px] min-h-[24px]"
|
||||
className="min-h-[24px] min-w-[24px] shrink-0"
|
||||
onViewportLeave={onViewportLeave}
|
||||
onViewportEnter={onViewportEnter}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue