only border top for bottom nav (#8882)
parent
fadf12b2bd
commit
3088b1174a
|
@ -664,7 +664,7 @@ const MobileNavigation = () => {
|
||||||
<>
|
<>
|
||||||
<nav
|
<nav
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"pwa:pb-2.5 bg-muted border-subtle fixed bottom-0 z-30 -mx-4 flex w-full border border-t bg-opacity-40 px-1 shadow backdrop-blur-md md:hidden",
|
"pwa:pb-2.5 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",
|
||||||
isEmbed && "hidden"
|
isEmbed && "hidden"
|
||||||
)}>
|
)}>
|
||||||
{mobileNavigationBottomItems.map((item) => (
|
{mobileNavigationBottomItems.map((item) => (
|
||||||
|
|
Loading…
Reference in New Issue