From 0a71ca3d82356bf06a271c99c099f9c8f7369fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 11:53:49 +0100 Subject: [PATCH] fix: app page layout --- components/animate/AnimationEditor.tsx | 2 +- components/layout/AppPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/animate/AnimationEditor.tsx b/components/animate/AnimationEditor.tsx index 246a49c..3f3df19 100644 --- a/components/animate/AnimationEditor.tsx +++ b/components/animate/AnimationEditor.tsx @@ -96,7 +96,7 @@ export function AnimationEditor() { {/* ── Main layout ─────────────────────────────────────── */}
{/* Left: Settings + Properties */} diff --git a/components/layout/AppPage.tsx b/components/layout/AppPage.tsx index 6e7ddef..e6830f5 100644 --- a/components/layout/AppPage.tsx +++ b/components/layout/AppPage.tsx @@ -8,7 +8,7 @@ interface AppPageProps { export function AppPage({ children, className }: AppPageProps) { return ( -
+
{children}