From 0689ff5a8e269d8e7e27a40b49c99490bff5c700 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 5 Jun 2024 22:31:15 +0200 Subject: [PATCH] embedded mode more responsive --- src/Components/AppShell/AppShell.tsx | 8 +++++--- src/Components/AppShell/Content.tsx | 2 +- src/Components/Map/UtopiaMap.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) 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 ( <> -
+