fix: mobile-navbar (#13273)

This commit is contained in:
Nishith Munda
2024-01-18 14:58:04 +00:00
committed by GitHub
parent 9076a7eb42
commit 5e5f223908
+1 -1
View File
@@ -765,7 +765,7 @@ const MobileNavigation = () => {
<>
<nav
className={classNames(
"pwa:pb-[max(0.625rem,env(safe-area-inset-bottom))] pwa:-mx-2 bg-muted border-subtle fixed bottom-0 z-30 -mx-4 flex w-full border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
"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",
isEmbed && "hidden"
)}>
{mobileNavigationBottomItems.map((item) => (