From 179c7d35b287d7639600492e4940295625ca0094 Mon Sep 17 00:00:00 2001 From: shiva raj badu Date: Tue, 31 Mar 2026 17:32:06 +0545 Subject: [PATCH] fix: UI issues --- .../pdf-maker/PdfMakerPage.tsx | 2 +- .../components/TemplatePreviewClient.tsx | 4 +-- .../servers/nextjs/components/CodexConfig.tsx | 35 ++++++++++--------- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx b/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx index bfb83be5..67c9cef4 100644 --- a/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx +++ b/electron/servers/nextjs/app/(presentation-generator)/pdf-maker/PdfMakerPage.tsx @@ -176,7 +176,7 @@ const PresentationPage = ({ presentation_id }: { presentation_id: string }) => { diff --git a/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx b/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx index 185e78d5..28998f3c 100644 --- a/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx +++ b/electron/servers/nextjs/app/(presentation-generator)/template-preview/components/TemplatePreviewClient.tsx @@ -175,9 +175,9 @@ const GroupLayoutPreview = () => {
-
+
diff --git a/electron/servers/nextjs/components/CodexConfig.tsx b/electron/servers/nextjs/components/CodexConfig.tsx index c869088d..c85d270e 100644 --- a/electron/servers/nextjs/components/CodexConfig.tsx +++ b/electron/servers/nextjs/components/CodexConfig.tsx @@ -288,40 +288,43 @@ export default function CodexConfig({ if (authStatus === "authenticated") { return ( -
-
- -
- {accountId && ( -

- Acc: {accountId} -

- )} -

Signed in to ChatGPT

+
+
+
+ + +
+ {accountId && ( +

+ Acc: {accountId} +

+ )} +

Signed in to ChatGPT

+