File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
frontend/app/[locale]/setup/agents/components/agent Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ const NODE_H = 60;
2727/* ================== New/Adjusted: Unified dimensions and compact layout (minimal changes) ================== */
2828const AGENT_W = 160 ; // Agent unified width
2929const AGENT_H = 56 ; // Agent unified height
30- const TOOL_SIZE = 86 ; // Tool gear unified diameter
30+ const TOOL_SIZE = 100 ; // Tool gear unified diameter
3131const TOOL_TEETH = 10 ; // Number of teeth (more rounded)
3232const TOOL_TEETH_DEPTH_RATIO = 0.085 ; // Teeth depth ratio
3333
34- const MAX_TOOL_NAME_CHARS = 10 ; // Maximum display characters for tool names
34+ const MAX_TOOL_NAME_CHARS = 24 ; // Maximum display characters for tool names
3535
3636const TREE_DEPTH_FACTOR = 120 ; // More compact layer spacing
37- const TREE_SEP_SIB = 1.15 ;
38- const TREE_SEP_NON = 1.35 ;
37+ const TREE_SEP_SIB = 1.5 ; // Minimum spacing between sibling nodes
38+ const TREE_SEP_NON = 1.8 ; // Minimum spacing between non-sibling nodes
3939
4040/* Simple and stable code point truncation (compatible with basic emoji scenarios) */
4141function truncateByCodePoints ( s : string , max : number ) {
You can’t perform that action at this time.
0 commit comments