mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
css fixes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user