Skip to content

Commit

Permalink
fix: reduce mobile navigation bottom margin from 0.625rem to 0.25rem
Browse files Browse the repository at this point in the history
Co-Authored-By: Bailey Pumfleet <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and Bailey Pumfleet committed Dec 28, 2024
1 parent 8ffebdb commit 9e4e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/shell/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
Expand Down

0 comments on commit 9e4e29e

Please sign in to comment.