chore: Update MobileNav component and Navigation styles

This commit is contained in:
Mauro Balades
2024-08-15 17:01:36 +02:00
parent 98679f2eff
commit 10d6a502e2
3 changed files with 2 additions and 8 deletions

View File

@@ -54,12 +54,6 @@ export function MobileNav() {
> >
Release Notes Release Notes
</MobileLink> </MobileLink>
<MobileLink
href="https://github.com/zen-browser"
onOpenChange={setOpen}
>
Source Code
</MobileLink>
<MobileLink <MobileLink
href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
onOpenChange={setOpen} onOpenChange={setOpen}

View File

@@ -38,7 +38,7 @@ export const components: { title: string; href: string; description: string }[]
export function Navigation() { export function Navigation() {
return ( return (
<div className="bg-background z-10 top-0 left-0 w-full flex fixed border-b border-grey p-2 items-center justify-center"> <div className="bg-background z-40 top-0 left-0 w-full flex fixed border-b border-grey p-2 items-center justify-center">
<MobileNav /> <MobileNav />
<NavigationMenu> <NavigationMenu>
<NavigationMenuList className="w-full hidden sm:flex"> <NavigationMenuList className="w-full hidden sm:flex">

View File

@@ -27,7 +27,7 @@ export default function ThemeCard({
<p className="text-md mt-2 overflow-ellipsis text-muted-foreground text-start">{theme.description}</p> <p className="text-md mt-2 overflow-ellipsis text-muted-foreground text-start">{theme.description}</p>
</ThemeCardWrapepr> </ThemeCardWrapepr>
</DialogTrigger> </DialogTrigger>
<DialogContent forceMount> <DialogContent>
<DialogHeader> <DialogHeader>
<img src={theme.image} alt={theme.name} className="w-full h-32 object-cover rounded-md mb-10" /> <img src={theme.image} alt={theme.name} className="w-full h-32 object-cover rounded-md mb-10" />
<DialogTitle>{theme.name}</DialogTitle> <DialogTitle>{theme.name}</DialogTitle>