1
0
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:
Kamran Ahmed
2025-06-24 18:11:39 +01:00
parent 06c12f4d72
commit 6a83882eae
2 changed files with 2 additions and 2 deletions

View File

@@ -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)} />

View File

@@ -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,
)}
>