fixed some spacing issues

This commit is contained in:
2024-06-21 02:24:35 +02:00
parent 9c83f810bb
commit 6e7dc9913f
3 changed files with 24 additions and 6 deletions

View File

@ -10,6 +10,7 @@
#let render(x-pos, elmt, y) = {
let shapes = ()
y -= Y-SPACE
let x0 = x-pos.first() - 20
let x1 = x-pos.last() + 20
@ -48,7 +49,6 @@
fill: COL-SEP-NAME
)
y -= h / 2
y -= Y-SPACE
let r = (y, shapes)
return r