chore: resize minimap to match zoom controls width (140x90)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,8 +4,8 @@ import type { DiagramNode as DiagramNodeType } from '../../api/queries/diagrams'
|
||||
import { colorForType } from './node-colors';
|
||||
import styles from './ProcessDiagram.module.css';
|
||||
|
||||
const MINIMAP_WIDTH = 180;
|
||||
const MINIMAP_HEIGHT = 120;
|
||||
const MINIMAP_WIDTH = 140;
|
||||
const MINIMAP_HEIGHT = 90;
|
||||
const MINIMAP_PADDING = 4;
|
||||
|
||||
interface MinimapProps {
|
||||
|
||||
Reference in New Issue
Block a user