diff --git a/.changeset/thirty-pillows-greet.md b/.changeset/thirty-pillows-greet.md
new file mode 100644
index 00000000..a54987f9
--- /dev/null
+++ b/.changeset/thirty-pillows-greet.md
@@ -0,0 +1,5 @@
+---
+"namesake": patch
+---
+
+Reconfigure app layout for mobile support
diff --git a/src/components/app/AppContent/AppContent.tsx b/src/components/app/AppContent/AppContent.tsx
index bfb0917e..f319bb00 100644
--- a/src/components/app/AppContent/AppContent.tsx
+++ b/src/components/app/AppContent/AppContent.tsx
@@ -3,5 +3,9 @@ type AppContentProps = {
};
export const AppContent = ({ children }: AppContentProps) => {
- return {children};
+ return (
+
+ {children}
+
+ );
};
diff --git a/src/components/app/AppSidebar/AppSidebar.tsx b/src/components/app/AppSidebar/AppSidebar.tsx
index 235c78e0..0942ac04 100644
--- a/src/components/app/AppSidebar/AppSidebar.tsx
+++ b/src/components/app/AppSidebar/AppSidebar.tsx
@@ -33,8 +33,8 @@ export const AppSidebar = ({ children }: AppSidebarProps) => {
};
return (
-
-
+
+
@@ -43,7 +43,7 @@ export const AppSidebar = ({ children }: AppSidebarProps) => {
{children}
-
+