From 3abd63b8367517cef0374077579eddb3cc0c806f Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 22 Dec 2024 21:51:36 -0500 Subject: [PATCH] Fix app mobile layout --- dashboard/src/App.jsx | 15 +++++++++------ dashboard/src/components/dashboard/EventFeed.jsx | 2 +- dashboard/src/components/dashboard/Header.jsx | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dashboard/src/App.jsx b/dashboard/src/App.jsx index 853604e..3e7c2f8 100644 --- a/dashboard/src/App.jsx +++ b/dashboard/src/App.jsx @@ -82,29 +82,32 @@ const SmallLayout = () => { const DashboardLayout = () => { return ( -
+
-
-
+
+
-
+
-
+
+ +
+
-
+
diff --git a/dashboard/src/components/dashboard/EventFeed.jsx b/dashboard/src/components/dashboard/EventFeed.jsx index 79b0a38..c0892e3 100644 --- a/dashboard/src/components/dashboard/EventFeed.jsx +++ b/dashboard/src/components/dashboard/EventFeed.jsx @@ -1387,7 +1387,7 @@ const EventFeed = ({ ); return ( - +
diff --git a/dashboard/src/components/dashboard/Header.jsx b/dashboard/src/components/dashboard/Header.jsx index ae07cc3..6a56fc9 100644 --- a/dashboard/src/components/dashboard/Header.jsx +++ b/dashboard/src/components/dashboard/Header.jsx @@ -133,7 +133,7 @@ const Header = () => { )} > -
+
{
-
+
{weather?.main && ( <>