From e73be623cbeb1fe3ed9b3c398cd849519dd5c3af Mon Sep 17 00:00:00 2001 From: Jan Naahs Date: Mon, 23 Nov 2020 18:51:30 +0100 Subject: [PATCH] adjust responsive layout --- app/index.html | 2 +- ui/App/components/Layout.jsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/index.html b/app/index.html index 4d76e71..c6acf36 100644 --- a/app/index.html +++ b/app/index.html @@ -9,7 +9,7 @@ - +
diff --git a/ui/App/components/Layout.jsx b/ui/App/components/Layout.jsx index f733e71..ae877cf 100644 --- a/ui/App/components/Layout.jsx +++ b/ui/App/components/Layout.jsx @@ -48,7 +48,7 @@ const Layout = ({children, handleLogout, serverStatus, updateServerStatus}) => { return ( <> {/*Sidebar*/} -
+
Factorio Server Manager @@ -96,9 +96,9 @@ const Layout = ({children, handleLogout, serverStatus, updateServerStatus}) => {
{/*Main*/} -
-
- {children} +
+
+ {children}c