Skip to content

Commit 17946e7

Browse files
committed
adjust sidenav size and visibility
1 parent f9b7282 commit 17946e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SideNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const SideNav = ({ path }: SideNavProps) => {
135135

136136
return (
137137
<nav
138-
className="h-[calc(100vh - 80px)] w-[calc((100% - 1448px) / 2 + 256px)] min-w-256 ease sticky top-[4.75rem] overflow-y-auto border-e border-e-border bg-background pb-16 pt-8 shadow-[1px_0px_0px_rgba(0,0,0,0.1)] transition-transform duration-200 lg:block"
138+
className="sticky top-[4.75rem] hidden h-[calc(100vh-80px)] w-[calc((100%-1448px)/2+256px)] min-w-[256px] overflow-y-auto border-e bg-background pb-16 pt-8 shadow-[1px_0px_0px_rgba(0,0,0,0.1)] transition-transform duration-200 lg:block"
139139
aria-label={t("common:nav-developers-docs")}
140140
>
141141
{docLinks.map((item, idx) => (

0 commit comments

Comments
 (0)