replace BSP layout gaps placeholder with screenshot
- SHA
830e60d91650e80ce8161857abd5b096a000dbb0- Parents
-
766e950 - Tree
9c8c3ae
830e60d
830e60d91650e80ce8161857abd5b096a000dbb0766e950
9c8c3ae| Status | File | + | - |
|---|---|---|---|
| M |
src/app/docs/window-management/bsp-layout/page.mdx
|
6 | 5 |
src/app/docs/window-management/bsp-layout/page.mdxmodified@@ -100,8 +100,9 @@ gar.set("gap_inner", "8") -- 8px between windows | ||
| 100 | 100 | gar.set("gap_outer", "12") -- 12px at screen edges |
| 101 | 101 | ``` |
| 102 | 102 | |
| 103 | -<div className="screenshot-placeholder"> | |
| 104 | - <p className="text-lg font-medium mb-2">Screenshot: Gap comparison</p> | |
| 105 | - <p className="text-sm">Left: no gaps. Right: inner=8, outer=12</p> | |
| 106 | - <p className="text-xs mt-4 italic">[ placeholder — add gaps-comparison.png to public/ ]</p> | |
| 107 | -</div> | |
| 103 | +<img | |
| 104 | + src="/gaps-comparison.png" | |
| 105 | + alt="tarmac BSP layout comparison — left: no gaps, right: inner=8 outer=12" | |
| 106 | + className="rounded-lg border border-surface-200 dark:border-surface-700 my-6 w-full" | |
| 107 | + loading="lazy" | |
| 108 | +/> | |