From ce00c7ee3e75c2ff4c0c019920d872ce304f9727 Mon Sep 17 00:00:00 2001 From: ballaswag Date: Wed, 27 Mar 2024 02:59:21 -0700 Subject: [PATCH] more mobile ui styling. --- client/src/App.jsx | 20 +++++++++----------- client/src/Printers.jsx | 4 ++-- client/src/Settings.jsx | 13 ++++++------- 3 files changed, 17 insertions(+), 20 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index bf58aa6..5fe1fec 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -25,12 +25,12 @@ function App() { -
+
GuppyFLO
-
- - Buy Me a Coffee at ko-fi.com +
+ + Buy Me a Coffee at ko-fi.com @@ -38,12 +38,10 @@ function App() {
- +
-{/*
- */} -
+
} /> } /> @@ -56,13 +54,13 @@ function App() { ) } -function MobileMenu({show}) { +function MobileMenu({show, setShow}) { return !show ? (<>) : (