mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 08:35:42 +02:00
UI for chat
This commit is contained in:
@@ -98,7 +98,7 @@ export function ContentGenerator() {
|
||||
const canGenerate = trimmedTitle && trimmedTitle.length >= 3;
|
||||
|
||||
return (
|
||||
<div className="mx-auto flex w-full max-w-2xl flex-grow flex-col pt-4 md:justify-center md:pt-10 lg:pt-4">
|
||||
<div className="mx-auto flex w-full max-w-2xl flex-grow flex-col pt-4 md:justify-center md:pt-10 lg:pt-28 lg:pb-24">
|
||||
<div className="relative">
|
||||
{isUpgradeModalOpen && (
|
||||
<UpgradeAccountModal onClose={() => setIsUpgradeModalOpen(false)} />
|
||||
|
@@ -137,7 +137,7 @@ export function QuestionAnswerChat(props: QuestionAnswerChatProps) {
|
||||
<>
|
||||
<div
|
||||
className={cn(
|
||||
'relative h-[420px] w-full overflow-hidden rounded-xl border border-gray-200 bg-white',
|
||||
'relative h-[350px] w-full overflow-hidden rounded-xl border border-gray-200 bg-white',
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user