From 19ae8f347580dfdde87d124df444a3e094d9dc13 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Thu, 23 Jun 2022 15:22:09 +0200 Subject: [PATCH] feat: hide unavailable ui elements on small devices --- src/components/Page.tsx | 4 ++-- src/components/Settings/Overlay.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 20186ac..9b45333 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -2,8 +2,8 @@ import { FlowComponent } from "solid-js"; const Page: FlowComponent = (props) => { return ( -
-
+
+
{props.children}
diff --git a/src/components/Settings/Overlay.tsx b/src/components/Settings/Overlay.tsx index 4578f03..b2a2f63 100644 --- a/src/components/Settings/Overlay.tsx +++ b/src/components/Settings/Overlay.tsx @@ -218,7 +218,7 @@ const SettingsOverlay: Component = () => { return ( <> -
+