Skip to content

Commit

Permalink
[gn] remove redundant styling
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jun 9, 2024
1 parent 973f4b9 commit b36ab89
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/gnocchi/web/src/components/nav/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ export function NavBar({}: NavBarProps) {
const matchRecipes = pathname.startsWith('/recipes');

return (
<PageNav
className={classNames(
'flex flex-row items-stretch justify-around w-full rounded-0 shadow-lg shadow-inset overflow-hidden z-50 p-1 h-auto',
'pb-[calc(0.25rem+env(safe-area-inset-bottom,0px))]',
'sm:(flex flex-col rounded-0 border-none border-transparent shadow-none h-min-content overflow-y-auto overflow-x-hidden justify-start items-stretch gap-2 pb-10)',
)}
>
<PageNav>
<Suspense>
<div className="hidden sm:(flex flex-row gap-2 items-center justify-center px-2 py-2 mt-3)">
<img src="/android-chrome-192x192.png" className="w-30px h-30px" />
Expand Down

0 comments on commit b36ab89

Please sign in to comment.