Vertical centering secondary dashboard pane #1930
Replies: 1 comment 1 reply
-
sections = {
{
pane = 1,
-- ...
},
{
pane = 2,
padding = { 0, 15 },
-- ...
},
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
a-alak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway to vertically center pane 2, when the pane 2 elements total height is less than pane 1?
I have a large ascii art on pane 1, which then pushes pane 2 elements to the top.
Beta Was this translation helpful? Give feedback.
All reactions