We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8c4c commit 9b4ad8dCopy full SHA for 9b4ad8d
styles/atom-ide-outline.less
@@ -25,6 +25,8 @@
25
@padding-h: 10px;
26
@padding-v: 2px;
27
28
+@fold-width: 8px;
29
+
30
.atom-ide-outline {
31
display: flex;
32
flex-direction: column;
@@ -41,8 +43,6 @@
41
43
width: fit-content;
42
44
}
45
- @fold-width: 8px;
-
46
--editor-tab-length: 4; // default
47
--level-indent-size: 16px;
48
--indent-level: 0; // initial
styles/call-hierarchy.less
@@ -62,6 +62,7 @@ atom-ide-outline-call-hierarchy-item {
62
63
> .call-hierarchy-exist-child-data > .icon::before {
64
color: @text-color;
65
+ width: @fold-width;
66
67
atom-ide-outline-call-hierarchy-item {
68
border-left: 1px solid @background-color-highlight;
0 commit comments