mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
scalars in CSS
This commit is contained in:
@@ -11,6 +11,7 @@ App > DockView {
|
||||
height: 1fr;
|
||||
layer: panels;
|
||||
border-right: outer #09312e;
|
||||
offset-x: -50%;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
||||
@@ -16,4 +16,4 @@ class BasicApp(App):
|
||||
)
|
||||
|
||||
|
||||
BasicApp.run(css_file="basic.css")
|
||||
BasicApp.run(log="textual.log", css_file="basic.css")
|
||||
|
||||
Reference in New Issue
Block a user