Use dock layout by default in View node-level CSS

This commit is contained in:
Darren Burns
2022-01-21 15:25:15 +00:00
parent 60134b650d
commit deb7f1cb54
3 changed files with 15 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
/* CSS file for basic.py */
App > View {
layout: dock;
docks: side=left/1;
text: on #20639b;
}