replace settings gaps placeholder with screenshot
- SHA
9cb5b92287b18f5161980eb75bc4be5b592a4a42- Parents
-
830e60d - Tree
ee76c7e
9cb5b92
9cb5b92287b18f5161980eb75bc4be5b592a4a42830e60d
ee76c7e| Status | File | + | - |
|---|---|---|---|
| M |
src/app/docs/configuration/settings/page.mdx
|
6 | 5 |
src/app/docs/configuration/settings/page.mdxmodified@@ -43,11 +43,12 @@ gar.set("gap_outer", "12") | ||
| 43 | 43 | |
| 44 | 44 | Set both to `"0"` for a gapless layout (the default). |
| 45 | 45 | |
| 46 | -<div className="screenshot-placeholder"> | |
| 47 | - <p className="text-lg font-medium mb-2">Screenshot: Gaps comparison</p> | |
| 48 | - <p className="text-sm">Side by side: no gaps vs. inner=8 outer=12</p> | |
| 49 | - <p className="text-xs mt-4 italic">[ placeholder — add gaps-comparison.png to public/ ]</p> | |
| 50 | -</div> | |
| 46 | +<img | |
| 47 | + src="/gaps-comparison.png" | |
| 48 | + alt="tarmac gaps comparison — no gaps vs. inner=8 outer=12" | |
| 49 | + className="rounded-lg border border-surface-200 dark:border-surface-700 my-6 w-full" | |
| 50 | + loading="lazy" | |
| 51 | +/> | |
| 51 | 52 | |
| 52 | 53 | ### focus_follows_mouse |
| 53 | 54 | |