sync
This commit is contained in:
@@ -7,11 +7,6 @@ export function baseOptions(): BaseLayoutProps {
|
|||||||
url: "/",
|
url: "/",
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
{
|
|
||||||
text: "Docs",
|
|
||||||
url: "/docs",
|
|
||||||
active: "nested-url",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "GitHub",
|
text: "GitHub",
|
||||||
url: "https://github.com/anomalyco/opencode",
|
url: "https://github.com/anomalyco/opencode",
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ body {
|
|||||||
margin: 0;
|
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 {
|
.home {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Reference in New Issue
Block a user