From 5177b6c0b26465989996209ecb009a946b3ca1d2 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 23 Apr 2025 12:14:26 +0200 Subject: [PATCH] UI: fix general layout --- pkgs/webview-ui/app/src/layout/layout.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/pkgs/webview-ui/app/src/layout/layout.tsx b/pkgs/webview-ui/app/src/layout/layout.tsx index 0c8880f66..85f295a94 100644 --- a/pkgs/webview-ui/app/src/layout/layout.tsx +++ b/pkgs/webview-ui/app/src/layout/layout.tsx @@ -17,25 +17,19 @@ export const Layout: Component = (props) => { return (
-
- -
- {props.children} -
+
-
+
+ {props.children} +
);