Keep the default-open terminal inside the viewport and the map labels inside their shapes.
The dock prompt and placeholder now meet contrast on the raised surface, and service nodes use the same rect geometry as the cases. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -295,7 +295,7 @@ export class SystemsMap {
|
||||
labelLines,
|
||||
summary,
|
||||
gist,
|
||||
shapeWidth: Math.max(140, longest * 8 + 24),
|
||||
shapeWidth: Math.max(160, longest * 9 + 32),
|
||||
shapeHeight: multiline ? 52 : 40,
|
||||
textStartDy: multiline ? -6 : 4,
|
||||
href: nodeHref(node, locale),
|
||||
|
||||
Reference in New Issue
Block a user