File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
src/app/(home)/_components Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " CLI" ,
3
3
"defaultOpen" : true ,
4
- "pages" : [
5
- " index" ,
6
- " options" ,
7
- " compatibility"
8
- ]
9
- }
4
+ "pages" : [" index" , " options" , " compatibility" ]
5
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Guides" ,
3
- "defaultOpen" : true ,
4
- "pages" : [
5
- " index"
6
- ]
7
- }
3
+ "defaultOpen" : false ,
4
+ "pages" : [" index" ]
5
+ }
Original file line number Diff line number Diff line change @@ -1477,7 +1477,7 @@ const StackBuilder = () => {
1477
1477
< div className = "grid w-full grid-cols-1 overflow-hidden border-border text-foreground sm:grid-cols-[auto_1fr]" >
1478
1478
< div className = "flex w-full flex-col border-border border-r sm:max-w-3xs md:max-w-xs lg:max-w-sm" >
1479
1479
< ScrollArea className = "flex-1" >
1480
- < div className = "grid h-full grid-rows-[auto_1fr] justify-between p-3 sm:p-4 md:h-[calc(100vh-64px)]" >
1480
+ < div className = "grid h-full grid-rows-[auto_1fr] justify-between gap-2 p-3 sm:p-4 md:h-[calc(100vh-64px)]" >
1481
1481
< div className = "flex flex-col space-y-3 sm:space-y-4" >
1482
1482
< label className = "flex flex-col" >
1483
1483
< span className = "mb-1 text-muted-foreground text-xs" >
You can’t perform that action at this time.
0 commit comments