added auto height

This commit is contained in:
Will McGugan
2022-05-05 14:38:22 +01:00
parent 4ec565074d
commit bc497e0abe
8 changed files with 102 additions and 30 deletions

View File

@@ -76,7 +76,9 @@ class BasicApp(App):
self.focused.styles.border_top = ("solid", "invalid-color")
app = BasicApp(css_path="uber.css", log_path="textual.log", log_verbosity=1)
app = BasicApp(
css_path="uber.css",
)
if __name__ == "__main__":
app.run()