diff --git a/apps/web/src/app/(home)/layout.tsx b/apps/web/src/app/(home)/layout.tsx
index d5dec37..0e0777b 100644
--- a/apps/web/src/app/(home)/layout.tsx
+++ b/apps/web/src/app/(home)/layout.tsx
@@ -17,15 +17,20 @@ export default function Layout({ children }: { children: ReactNode }) {
if (pathname === "/new") {
header.classList.remove("*:mx-auto", "*:max-w-fd-container");
- main.classList.remove("max-w-[1400px]", "mx-auto", "min-h-svh");
} else {
header.classList.add("*:mx-auto", "*:max-w-fd-container");
- main.classList.add("max-w-[1400px]", "mx-auto", "min-h-svh");
}
}, [pathname]);
return (
-
+
{children}
);
diff --git a/apps/web/src/app/(home)/page.tsx b/apps/web/src/app/(home)/page.tsx
index ca7b72c..5def9eb 100644
--- a/apps/web/src/app/(home)/page.tsx
+++ b/apps/web/src/app/(home)/page.tsx
@@ -58,7 +58,7 @@ export default function HomePage() {
};
return (
-
+
diff --git a/apps/web/src/app/(home)/showcase/page.tsx b/apps/web/src/app/(home)/showcase/page.tsx
index 8843391..8fd626a 100644
--- a/apps/web/src/app/(home)/showcase/page.tsx
+++ b/apps/web/src/app/(home)/showcase/page.tsx
@@ -70,7 +70,7 @@ const showcaseProjects = [
export default function ShowcasePage() {
return (
-
+
diff --git a/apps/web/src/app/global.css b/apps/web/src/app/global.css
index d657b77..5cbc21e 100644
--- a/apps/web/src/app/global.css
+++ b/apps/web/src/app/global.css
@@ -5,11 +5,6 @@
@custom-variant dark (&:where(.dark, .dark *));
-:root {
- /* --fd-layout-width: 1400px; */
- /* --max-w-fh-container: 100%; */
-}
-
.react-tweet-theme {
--tweet-container-margin: 0 !important;
@apply !bg-fd-background !border-none !h-full !border-transparent !w-full;
diff --git a/apps/web/src/components/ai/page-actions.tsx b/apps/web/src/components/ai/page-actions.tsx
index 70c4a3a..c8e1a89 100644
--- a/apps/web/src/components/ai/page-actions.tsx
+++ b/apps/web/src/components/ai/page-actions.tsx
@@ -52,6 +52,7 @@ export function LLMCopyButton({
return (