Skip to content

Commit 9b4ad8d

Browse files
committed
fix: use the same fold width for call hierarchy
1 parent 4ef8c4c commit 9b4ad8d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

styles/atom-ide-outline.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
@padding-h: 10px;
2626
@padding-v: 2px;
2727

28+
@fold-width: 8px;
29+
2830
.atom-ide-outline {
2931
display: flex;
3032
flex-direction: column;
@@ -41,8 +43,6 @@
4143
width: fit-content;
4244
}
4345

44-
@fold-width: 8px;
45-
4646
--editor-tab-length: 4; // default
4747
--level-indent-size: 16px;
4848
--indent-level: 0; // initial

styles/call-hierarchy.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ atom-ide-outline-call-hierarchy-item {
6262
}
6363
> .call-hierarchy-exist-child-data > .icon::before {
6464
color: @text-color;
65+
width: @fold-width;
6566
}
6667
atom-ide-outline-call-hierarchy-item {
6768
border-left: 1px solid @background-color-highlight;

0 commit comments

Comments
 (0)