File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export default function Layout({ children }: { children: ReactNode }) {
3030 < main
3131 id = "nd-docs-layout"
3232 className = { cn (
33- 'flex flex-1 flex-col pt-( --fd-nav-height) transition-[padding] fd-default-layout' ,
33+ 'flex flex-1 flex-col pt-[calc(var( --fd-nav-height)-0.4rem)] transition-[padding] fd-default-layout' ,
3434 'mx-(--fd-layout-offset)' ,
35- 'md:[&_#nd-page_article]:pt-12 xl:[--fd-toc-width:286px] xl:[&_#nd-page_article]:px-8' ,
35+ 'md:[&_#nd-page_article]:pt-0! xl:[--fd-toc-width:286px] xl:[&_#nd-page_article]:px-8' ,
3636 'md:[--fd-sidebar-width:268px] lg:[--fd-sidebar-width:286px]' ,
3737 'flex flex-1 flex-row pe-(--fd-layout-offset) max-w-fd-container relative top-[calc(var(--fd-nav-height)+1rem)] px-4 ms-auto! me-auto!' ,
3838 ) }
You can’t perform that action at this time.
0 commit comments