code browser and fixes

This commit is contained in:
Will McGugan
2022-09-08 11:00:05 +01:00
parent f1f7a620af
commit afd22265f4
10 changed files with 120 additions and 31 deletions

26
examples/code_browser.css Normal file
View File

@@ -0,0 +1,26 @@
#tree-view {
display: none;
scrollbar-gutter: stable;
}
CodeBrowser.-show-tree #tree-view {
display: block;
dock: left;
height: 100%;
width: auto;
background: $surface;
}
CodeBrowser{
background: $surface-darken-1;
}
DirectoryTree {
padding-right: 1;
}
#code {
width: auto;
}