From ce7387169ed7f5cd64f62b0437ecbc4da8bdadef Mon Sep 17 00:00:00 2001 From: kyechan99 Date: Sat, 12 Oct 2024 19:05:41 +0900 Subject: [PATCH] docs: configuration --- README.md | 2 ++ apps/www/posts/docs/configuration.mdx | 2 ++ apps/www/src/app/layout.tsx | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4000e..b51ffb9 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,8 @@ type EditorStyleType = { }; sidebar: { width: number; + mobileWidth: number; + mobileViewport: number; }; wave: { height: number; diff --git a/apps/www/posts/docs/configuration.mdx b/apps/www/posts/docs/configuration.mdx index 9fe236e..ae991c5 100644 --- a/apps/www/posts/docs/configuration.mdx +++ b/apps/www/posts/docs/configuration.mdx @@ -74,6 +74,8 @@ type EditorStyleType = { }; sidebar: { width: number; + mobileWidth: number; + mobileViewport: number; }; wave: { height: number; diff --git a/apps/www/src/app/layout.tsx b/apps/www/src/app/layout.tsx index 2335379..3b20e36 100644 --- a/apps/www/src/app/layout.tsx +++ b/apps/www/src/app/layout.tsx @@ -17,7 +17,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo - + {children}