fix: увеличены отступы в автолейауте для читаемости надписей
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
LAYER_GAP 40→80, DEVICE_GAP 30→60, LAYER_PADDING_X 20→40, SITE_PADDING 30→50, зазор между сайтами 80→150. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -186,7 +186,7 @@ export function autoLayout(data: SchemaData): LayoutResult {
|
||||
height: siteHeight,
|
||||
});
|
||||
|
||||
siteX += siteWidth + 80;
|
||||
siteX += siteWidth + 150;
|
||||
}
|
||||
|
||||
return { nodePositions, sitePositions };
|
||||
|
||||
Reference in New Issue
Block a user