fix(graph): wider task pills 120→160px + column width 140→180px
This commit is contained in:
parent
7804e86979
commit
f38d731b9e
1 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ export const NODE = {
|
||||||
// ─── Task pill dimensions ───────────────────────────────────────────────────
|
// ─── Task pill dimensions ───────────────────────────────────────────────────
|
||||||
|
|
||||||
export const TASK_PILL = {
|
export const TASK_PILL = {
|
||||||
width: 120,
|
width: 160,
|
||||||
height: 36,
|
height: 36,
|
||||||
borderRadius: 6,
|
borderRadius: 6,
|
||||||
statusDotRadius: 4,
|
statusDotRadius: 4,
|
||||||
|
|
@ -234,8 +234,8 @@ export const BACKGROUND = {
|
||||||
// ─── Kanban zone layout ─────────────────────────────────────────────────────
|
// ─── Kanban zone layout ─────────────────────────────────────────────────────
|
||||||
|
|
||||||
export const KANBAN_ZONE = {
|
export const KANBAN_ZONE = {
|
||||||
/** Column width: pill (120) + gap (20) */
|
/** Column width: pill (160) + gap (20) */
|
||||||
columnWidth: 140,
|
columnWidth: 180,
|
||||||
/** Row height: pill (36) + gap (10) */
|
/** Row height: pill (36) + gap (10) */
|
||||||
rowHeight: 46,
|
rowHeight: 46,
|
||||||
/** Zone starts this far below member node center */
|
/** Zone starts this far below member node center */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue