refactor of compositor

This commit is contained in:
Will McGugan
2022-03-02 15:39:26 +00:00
parent 7c64c7813c
commit 237c556673
50 changed files with 429 additions and 342 deletions

View File

@@ -2,7 +2,7 @@
$primary: #20639b;
App > View {
App > Screen {
layout: dock;
docks: side=left/1;
text: on $primary;
@@ -13,6 +13,7 @@ App > View {
dock: side;
width: 30;
offset-x: -100%;
transition: offset 500ms in_out_cubic;
border-right: outer #09312e;
}