mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
declaration parser
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
App > DockView {
|
||||
App > View {
|
||||
docks: main=top;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
dock-group: main;
|
||||
}
|
||||
|
||||
/*
|
||||
App > View {
|
||||
layout: dock;
|
||||
docks: side=left/1 header=top footer=bottom;
|
||||
layers: base panels;
|
||||
@@ -37,3 +46,4 @@ App > DockView {
|
||||
dock-group: header;
|
||||
text: on #20639b;
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user