-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrowser.css
More file actions
47 lines (40 loc) · 765 Bytes
/
browser.css
File metadata and controls
47 lines (40 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Screen {
background: $background;
}
#tree-view {
display: none;
scrollbar-gutter: stable;
overflow: auto;
width: auto;
height: 100%;
dock: left;
background: $surface;
}
GLS.-show-tree #tree-view {
display: block;
max-width: 50%;
}
#code-view {
overflow: auto scroll;
min-width: 100%;
}
#code {
width: auto;
}
#info-view {
background: $surface;
height: 1;
padding-left: 1;
}
Widget {
scrollbar-background: $background;
scrollbar-background-hover: $background;
scrollbar-color: $primary;
scrollbar-color-active: $accent;
scrollbar-corner-color: $primary;
scrollbar-size-vertical: 2;
scrollbar-size-horizontal: 1;
}
DirectoryTree > .tree--guides {
color: $accent;
}