sync
This commit is contained in:
parent
823bc20427
commit
3533047421
2 changed files with 6 additions and 5 deletions
|
|
@ -7,11 +7,6 @@ export function baseOptions(): BaseLayoutProps {
|
|||
url: "/",
|
||||
},
|
||||
links: [
|
||||
{
|
||||
text: "Docs",
|
||||
url: "/docs",
|
||||
active: "nested-url",
|
||||
},
|
||||
{
|
||||
text: "GitHub",
|
||||
url: "https://github.com/anomalyco/opencode",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,12 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/* Fumadocs 16.11 stretches top layout tabs across the main grid row. */
|
||||
#nd-docs-layout > div:has(> a[href="/docs/build"], > a[href="/docs/api"]) {
|
||||
align-self: start;
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.home {
|
||||
min-height: 100vh;
|
||||
display: grid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue