scalars in CSS

This commit is contained in:
Will McGugan
2021-11-26 14:13:01 +00:00
parent 6706746548
commit 079d41473f
9 changed files with 89 additions and 54 deletions

View File

@@ -11,6 +11,7 @@ App > DockView {
height: 1fr;
layer: panels;
border-right: outer #09312e;
offset-x: -50%;
}
#header {

View File

@@ -16,4 +16,4 @@ class BasicApp(App):
)
BasicApp.run(css_file="basic.css")
BasicApp.run(log="textual.log", css_file="basic.css")