diff --git a/website/src/components/markdown.tsx b/website/src/components/markdown.tsx index 0b7494c..a3bffda 100644 --- a/website/src/components/markdown.tsx +++ b/website/src/components/markdown.tsx @@ -198,10 +198,15 @@ export function SectionHeading({ id, children }: { id: string; children: React.R color: "var(--ll-text-primary)", margin: 0, padding: 0, - transform: "translateY(-10px)", + display: "flex", + alignItems: "center", + gap: "12px", + paddingTop: "24px", + paddingBottom: "24px", }} > - {children} + {children} + ); } @@ -267,7 +272,6 @@ export function Divider() { export function Section({ id, title, children }: { id: string; title: string; children: React.ReactNode }) { return ( <> - {title} {children} @@ -569,7 +573,7 @@ export function EditorialPage({ >
-
+
{children}
diff --git a/website/src/routes/liveline.tsx b/website/src/routes/liveline.tsx index d9632be..aa634e4 100644 --- a/website/src/routes/liveline.tsx +++ b/website/src/routes/liveline.tsx @@ -102,19 +102,19 @@ playwriter -s 1 -e "await page.locator('aria-ref=e5').click()"`} back.

- {`┌─────────────────────┐ ┌─────────────────────┐ ┌─────────────────┐ + {`┌─────────────────────┐ ┌──────────────────────┐ ┌─────────────────┐ │ BROWSER │ │ LOCALHOST │ │ CLIENT │ │ │ │ │ │ │ -│ ┌───────────────┐ │ │ WebSocket Server │ │ ┌───────────┐ │ -│ │ Extension │<-----------> :19988 │ │ │ CLI / MCP │ │ -│ └───────┬───────┘ │ WS │ │ │ └───────────┘ │ -│ │ │ │ /extension │ │ │ │ -│ chrome.debugger │ │ │ │ │ v │ -│ v │ │ v │ │ ┌───────────┐ │ -│ ┌───────────────┐ │ │ /cdp/:id <--------------->│ │ execute │ │ -│ │ Tab 1 (green) │ │ └──────────────────────┘ WS │ └───────────┘ │ -│ │ Tab 2 (green) │ │ │ │ │ -│ │ Tab 3 (gray) │ │ Tab 3 not controlled │ Playwright API │ +│ ┌───────────────┐ │ │ WebSocket Server │ │ ┌───────────┐ │ +│ │ Extension │<───────┬───> :19988 │ │ │ CLI / MCP │ │ +│ └───────┬───────┘ │ WS │ │ │ └───────────┘ │ +│ │ │ │ /extension │ │ │ │ +│ chrome.debugger │ │ │ │ │ v │ +│ v │ │ v │ │ ┌────────────┐ │ +│ ┌───────────────┐ │ │ /cdp/:id <───────────────>│ │ execute │ │ +│ │ Tab 1 (green) │ │ └──────────────────────┘ WS │ └────────────┘ │ +│ │ Tab 2 (green) │ │ │ │ │ +│ │ Tab 3 (gray) │ │ Tab 3 not controlled │ Playwright API │ └─────────────────────┘ (extension not clicked) └─────────────────┘`}