css fixes

This commit is contained in:
Will McGugan
2022-02-04 19:25:42 +00:00
parent a4b9776113
commit bb254bda76
5 changed files with 14 additions and 4 deletions

View File

@@ -18,5 +18,7 @@ class BasicApp(App):
sidebar=Widget(),
)
self.app.panic(repr(self.view.styles))
BasicApp.run(css_file="basic.css", watch_css=True, log="textual.log")