mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
text color
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Screen {
|
||||
background: $surface-darken-1;
|
||||
}
|
||||
|
||||
#tree-view {
|
||||
display: none;
|
||||
scrollbar-gutter: stable;
|
||||
@@ -9,7 +13,7 @@ CodeBrowser.-show-tree #tree-view {
|
||||
dock: left;
|
||||
height: 100%;
|
||||
max-width: 50%;
|
||||
background: $surface;
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
CodeBrowser{
|
||||
@@ -17,8 +21,7 @@ CodeBrowser{
|
||||
}
|
||||
|
||||
DirectoryTree {
|
||||
padding-right: 1;
|
||||
|
||||
padding-right: 1;
|
||||
}
|
||||
|
||||
#code {
|
||||
|
||||
Reference in New Issue
Block a user