From 20953b885d0bb7b4f386ef8d7471eaf49696497f Mon Sep 17 00:00:00 2001 From: corgifist Date: Sun, 3 Aug 2025 01:16:23 +0300 Subject: [PATCH] trying to fix editor layout on mobile --- src/app/(editor)/editor/[uuid]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(editor)/editor/[uuid]/layout.tsx b/src/app/(editor)/editor/[uuid]/layout.tsx index 95c867b..0ebbaf1 100644 --- a/src/app/(editor)/editor/[uuid]/layout.tsx +++ b/src/app/(editor)/editor/[uuid]/layout.tsx @@ -8,7 +8,7 @@ export default async function RootLayout({ children: ReactNode }>) { return ( -
+
{children}