File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ export default component$(() => {
27
27
linksGroups = {
28
28
menuItemsGroups && menuItemsGroups . length > 0 ? menuItemsGroups : undefined
29
29
}
30
- class = "sticky top-16 mx -4 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:flex 2xl:ml-0"
30
+ class = "sticky top-16 mr -4 hidden h-[calc(100vh-64px)] min-w-72 overflow-auto lg:flex 2xl:ml-0"
31
31
/>
32
32
< MDXProvider components = { components } >
33
- < main class = "w-full px-3 py-8" >
33
+ < main class = "w-full max-w-screen-md px-4 py-8" >
34
34
< Slot />
35
35
</ main >
36
36
</ MDXProvider >
37
- < div class = "hidden w-72 min-w-64 text-sm xl:block" >
38
- < div class = "sticky top-16 mx-8 -mt-10 pt-4" >
37
+ < div class = "mx-6 hidden w-72 min-w-64 text-sm xl:block" >
38
+ < div class = "sticky top-16 pt-4" >
39
39
< ScrollArea className = "pb-10" >
40
40
< div class = "sticky top-16 -mt-10 h-[calc(100vh-64px)] py-12" >
41
41
< DashboardTableOfContents headings = { headings ? headings : [ ] } />
You can’t perform that action at this time.
0 commit comments