mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
color tweak
This commit is contained in:
@@ -13,7 +13,7 @@ CodeBrowser.-show-tree #tree-view {
|
||||
dock: left;
|
||||
height: 100%;
|
||||
max-width: 50%;
|
||||
background: $surface;
|
||||
background: #151C25;
|
||||
}
|
||||
|
||||
DirectoryTree {
|
||||
@@ -21,9 +21,8 @@ DirectoryTree {
|
||||
}
|
||||
|
||||
#code-view {
|
||||
overflow: auto scroll;
|
||||
|
||||
overflow: auto scroll;
|
||||
}
|
||||
#code {
|
||||
width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user