mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
focus level bindings
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#tree-view {
|
||||
display: none;
|
||||
scrollbar-gutter: stable;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
CodeBrowser.-show-tree #tree-view {
|
||||
display: block;
|
||||
dock: left;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
max-width:50%;
|
||||
height: 100%;
|
||||
max-width: 50%;
|
||||
background: $surface;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user