This commit is contained in:
33333-33333 2026-06-30 10:57:06 +09:00
commit f941200504
70 changed files with 1856 additions and 429 deletions

View file

@ -55,7 +55,7 @@ function lineageLayoutRowsFast(rows, idSet) {
const NODE_W = 150;
const NODE_H = 104;
const SIBLING_GAP = 18;
const ROW_GAP = 84;
const ROW_GAP = 68;
const LEFT_PAD = 82;
const TOP_PAD = 44;
const RIGHT_PAD = 48;