Is there any way to Vertically center a Panel
?
#3391
-
content = Text(stuff, justify="center")
return Align.center(
Panel(content, expand=False, title=self.title,
border_style=self.border_style, title_align="center"),
vertical="middle",
) we tried with this. the panel doesnt align vertically, just horizontally |
Beta Was this translation helpful? Give feedback.
Answered by
Jonak-Adipta-Kalita
Jun 19, 2024
Replies: 1 comment
-
Nvm, I solved the issue with the height of the terminal! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jonak-Adipta-Kalita
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nvm, I solved the issue with the height of the terminal!