From 85b4d13ba2ba3166702f03203a391c7d9940c8d7 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 25 Sep 2020 17:27:50 +0200 Subject: [PATCH] Hide navigator button on mobile devices --- src/components/AppLayout/AppLayout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index bbfbf4475..128c20a95 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -439,12 +439,14 @@ const AppLayout: React.FC = ({ children }) => { checked={isDark} onClick={toggleTheme} /> - setNavigatorVisibility(true)} - /> + + setNavigatorVisibility(true)} + /> +