Skip to content

Commit

Permalink
Nice, bottom topnav looks great
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 23, 2024
1 parent c13125a commit 9d9509a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/topnav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function TopNav() {
</Link>
</div>
{/* Desktop links */}
<div className="hidden h-full items-center rounded-l rounded-r bg-slate-300 dark:bg-slate-700 md:flex md:rounded-l-none">
<div className="hidden h-full items-center rounded-r bg-slate-300 dark:bg-slate-700 md:flex">
<Link
href="paperless"
className={buttonVariants({ variant: "link" })}
Expand Down Expand Up @@ -132,7 +132,7 @@ export function TopNav() {
<ModeToggle />
</div>
{/* Mobile dropdown */}
<div className="flex h-full items-center rounded-l rounded-r bg-slate-300 dark:bg-slate-700 md:hidden md:rounded-l-none">
<div className="flex h-full items-center space-x-4 rounded-l rounded-r bg-slate-300 dark:bg-slate-700 md:hidden px-4 -mt-1">
<DropdownMenu>
<DropdownMenuTrigger>
<AlignJustify />
Expand Down

0 comments on commit 9d9509a

Please sign in to comment.