This commit is contained in:
Will McGugan
2022-09-09 17:52:08 +01:00
parent 8666e84e64
commit 73fa5010ad
5 changed files with 7 additions and 179 deletions

View File

@@ -9,16 +9,15 @@ CodeBrowser.-show-tree #tree-view {
dock: left;
height: 100%;
max-width: 50%;
background: $surface;
background: $panel;
}
CodeBrowser{
background: $surface-darken-1;
background: $background;
}
DirectoryTree {
padding-right: 1;
}
#code {