fix: reduce mobile navigation bottom margin from 0.625rem to 0.25rem (#18398)

This commit is contained in:
devin-ai-integration[bot]
2024-12-28 12:30:14 +01:00
committed by GitHub
parent 8ffebdba44
commit 3f0a6718bc
@@ -219,7 +219,7 @@ const MobileNavigation = ({ isPlatformNavigation = false }: { isPlatformNavigati
<>
<nav
className={classNames(
"pwa:pb-[max(0.625rem,env(safe-area-inset-bottom))] pwa:-mx-2 bg-muted border-subtle fixed bottom-0 left-0 z-30 flex w-full border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
"pwa:pb-[max(0.25rem,env(safe-area-inset-bottom))] pwa:-mx-2 bg-muted border-subtle fixed bottom-0 left-0 z-30 flex w-full border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
isEmbed && "hidden"
)}>
{mobileNavigationBottomItems.map((item) => (