Skip to content

Commit

Permalink
Merge pull request #170 from The-Creative-Programming-Group/Fix-Ui-bug
Browse files Browse the repository at this point in the history
Hot Fix Mobile Navbar
  • Loading branch information
FleetAdmiralJakob authored Jan 21, 2024
2 parents 83bccc2 + d14ac60 commit b9cad6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Layout: React.FC<LayoutProps> = ({
<FaShare className="mr-1.5 mt-1" /> {translation("share button")}
</button>
<main className="mb-14 min-h-screen md:mb-0">{children}</main>
<div className="fixed bottom-0 left-0 z-50 block h-16 w-full border-t border-gray-200 bg-white md:hidden dark:border-gray-600 dark:bg-gray-700">
<div className="fixed bottom-0 left-0 z-50 block h-24 w-full border-t border-gray-200 bg-white pb-4 dark:border-gray-600 dark:bg-gray-700 md:hidden">
<div className="mx-auto grid h-full max-w-lg grid-cols-4 font-medium">
<Link
href="/home"
Expand Down

1 comment on commit b9cad6f

@vercel
Copy link

@vercel vercel bot commented on b9cad6f Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.