mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 16:39:02 +02:00
UI for chat
This commit is contained in:
@@ -98,7 +98,7 @@ export function ContentGenerator() {
|
|||||||
const canGenerate = trimmedTitle && trimmedTitle.length >= 3;
|
const canGenerate = trimmedTitle && trimmedTitle.length >= 3;
|
||||||
|
|
||||||
return (
|
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">
|
<div className="relative">
|
||||||
{isUpgradeModalOpen && (
|
{isUpgradeModalOpen && (
|
||||||
<UpgradeAccountModal onClose={() => setIsUpgradeModalOpen(false)} />
|
<UpgradeAccountModal onClose={() => setIsUpgradeModalOpen(false)} />
|
||||||
|
@@ -137,7 +137,7 @@ export function QuestionAnswerChat(props: QuestionAnswerChatProps) {
|
|||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
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,
|
className,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user