From 0572d5653ef966569eeb1aacfa995e65afd94199 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 5 Aug 2021 11:31:37 +0200 Subject: [PATCH] replaced iphone check with general standalone mode media query for padding bottom on bottom nav --- components/Shell.tsx | 4 +--- styles/globals.css | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index 79cd18fe..480195e5 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -146,9 +146,7 @@ export default function Shell(props) {
{props.children}
{/* show bottom navigation for md and smaller (tablet and phones) */} -