diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx
index 1894622..fa7f7a0 100644
--- a/src/app/(app)/layout.tsx
+++ b/src/app/(app)/layout.tsx
@@ -6,9 +6,9 @@ interface AppLayoutProps {
export default function AppLayout({ children }: AppLayoutProps) {
return (
-
+
-
+
{children}
diff --git a/src/app/(app)/playground/@description/layout.tsx b/src/app/(app)/playground/@description/layout.tsx
index 75aa61f..d5f836b 100644
--- a/src/app/(app)/playground/@description/layout.tsx
+++ b/src/app/(app)/playground/@description/layout.tsx
@@ -8,7 +8,7 @@ interface DescriptionLayoutProps {
export default function DescriptionLayout({ children }: DescriptionLayoutProps) {
return (
-
+
-
+
{children}
diff --git a/src/app/(app)/playground/@workspace/layout.tsx b/src/app/(app)/playground/@workspace/layout.tsx
index dbb03fc..9fc5d0f 100644
--- a/src/app/(app)/playground/@workspace/layout.tsx
+++ b/src/app/(app)/playground/@workspace/layout.tsx
@@ -8,7 +8,7 @@ interface WorkspaceLayoutProps {
export default function WorkspaceLayout({ children }: WorkspaceLayoutProps) {
return (
-
+
-
+
{children}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0679ea5..3334173 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -13,15 +13,15 @@ interface RootLayoutProps {
export default function RootLayout({ children }: RootLayoutProps) {
return (
-
-
+
+
-
+
{children}
diff --git a/src/components/code-editor.tsx b/src/components/code-editor.tsx
index 5c44bbb..66bb569 100644
--- a/src/components/code-editor.tsx
+++ b/src/components/code-editor.tsx
@@ -102,7 +102,7 @@ export default function CodeEditor() {
defaultValue={DEFAULT_VALUE[language]}
path={DEFAULT_PATH[language]}
theme={resolvedTheme === "light" ? "github-light-default" : "github-dark-default"}
- className="h-[calc(100vh-56px)]"
+ className="h-[calc(100vh-112px)]"
options={mergeOptions}
beforeMount={(monaco) => {
shikiToMonaco(highlighter, monaco);
diff --git a/src/components/mdx-preview.tsx b/src/components/mdx-preview.tsx
index 4484204..9455950 100644
--- a/src/components/mdx-preview.tsx
+++ b/src/components/mdx-preview.tsx
@@ -109,7 +109,7 @@ export default function MdxPreview({ source }: MdxPreviewProps) {
}
return (
-
+