Skip to content

Commit ea908dd

Browse files
chore(web): add gap in builder sidebar
1 parent 52d2af5 commit ea908dd

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

apps/web/content/docs/cli/meta.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"title": "CLI",
33
"defaultOpen": true,
4-
"pages": [
5-
"index",
6-
"options",
7-
"compatibility"
8-
]
9-
}
4+
"pages": ["index", "options", "compatibility"]
5+
}
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"title": "Guides",
3-
"defaultOpen": true,
4-
"pages": [
5-
"index"
6-
]
7-
}
3+
"defaultOpen": false,
4+
"pages": ["index"]
5+
}

apps/web/src/app/(home)/_components/stack-builder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ const StackBuilder = () => {
14771477
<div className="grid w-full grid-cols-1 overflow-hidden border-border text-foreground sm:grid-cols-[auto_1fr]">
14781478
<div className="flex w-full flex-col border-border border-r sm:max-w-3xs md:max-w-xs lg:max-w-sm">
14791479
<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)]">
14811481
<div className="flex flex-col space-y-3 sm:space-y-4">
14821482
<label className="flex flex-col">
14831483
<span className="mb-1 text-muted-foreground text-xs">

0 commit comments

Comments
 (0)