Commit 0cab117
authored
Tighten pipeline colour-bar spacing (#169)
The 1em margin under every lower pipeline colour bar kept the subtree
handle clear, but it also left a large gap between operators and their
outgoing edges. Remove that margin so edges sit close to the bars.
The lower colour bar already follows the collapsible property body in
the DOM. The body has zero height while properties are hidden and
expands in place when they are shown, so removing the margin is
sufficient. Hovering only reveals the absolutely positioned subtree
handle and does not resize the node.
Verified with the TypeScript build, the full ESLint check, and the
forkshare, materialized, unionall, and magicunnesting pipeline plans on
the development server.1 parent 626f193 commit 0cab117
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
0 commit comments