This commit is contained in:
Will McGugan
2021-12-04 18:56:29 +00:00
parent 3d3b73209c
commit f40b339888
9 changed files with 70 additions and 26 deletions

View File

@@ -14,6 +14,7 @@ class BasicApp(App):
footer=Widget(),
sidebar=Widget(),
)
self.panic(self.query("#sidebar").first().styles)
BasicApp.run(log="textual.log", css_file="basic.css")