diff --git a/src/Components/AppShell/AppShell.tsx b/src/Components/AppShell/AppShell.tsx index e15fb2ca..f8b050fc 100644 --- a/src/Components/AppShell/AppShell.tsx +++ b/src/Components/AppShell/AppShell.tsx @@ -46,9 +46,11 @@ export function AppShell({ appName, children, assetsApi }: { appName: string, ch draggable pauseOnHover theme="light" /> - -
- {children} +
+ +
+ {children} +
diff --git a/src/Components/AppShell/Content.tsx b/src/Components/AppShell/Content.tsx index 4c463756..3631f58a 100644 --- a/src/Components/AppShell/Content.tsx +++ b/src/Components/AppShell/Content.tsx @@ -6,7 +6,7 @@ type ContentProps = { export function Content({children} : ContentProps) { return ( -
+
{children}
diff --git a/src/Components/Map/UtopiaMap.tsx b/src/Components/Map/UtopiaMap.tsx index 6e7de1a8..e8780036 100644 --- a/src/Components/Map/UtopiaMap.tsx +++ b/src/Components/Map/UtopiaMap.tsx @@ -75,7 +75,7 @@ function UtopiaMap({ return ( <> -
+