File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2222 line-height : var (--editor-line-height );
2323}
2424
25+ @padding-h : 10px ;
26+ @padding-v : 2px ;
27+
2528.atom-ide-outline {
2629 display : flex ;
2730 flex-direction : column ;
3942 }
4043
4144 @fold-width : 8px ;
42- @padding-h : 10px ;
43- @padding-v : 2px ;
4445
4546 --editor-tab-length : 4 ; // default
4647 --level-indent-size : 16px ;
Original file line number Diff line number Diff line change 22@import " ./atom-ide-outline.less" ;
33
44atom- ide- outline- call- hierarchy- view {
5+ padding : @padding-v ;
6+
57 > div :first-child {
68 .font-common ();
79 display : flex ;
@@ -10,7 +12,7 @@ atom-ide-outline-call-hierarchy-view {
1012 & :first-child > div {
1113 flex-grow : 1 ;
1214 text-align : center ;
13- padding : 0 ;
15+ padding : @padding-v + 2 px ;
1416 border-bottom : 2px solid @background-color-highlight ;
1517 overflow : hidden ;
1618 }
@@ -24,6 +26,7 @@ atom-ide-outline-call-hierarchy-view {
2426 background : @background-color-highlight ;
2527 }
2628 > div :last-child {
29+ padding : @padding-v @padding-h ;
2730 height : calc (~ " 100% - 36px" );
2831 overflow-x : auto ;
2932 > atom- ide- outline- call- hierarchy- item {
@@ -54,6 +57,7 @@ atom-ide-outline-call-hierarchy-item {
5457 white-space : nowrap ;
5558 flex-grow : 1 ;
5659 flex-shrink : 0 ;
60+ padding : @padding-v 0 ;
5761 }
5862 }
5963 > .call-hierarchy-exist-child-data > .icon ::before {
You can’t perform that action at this time.
0 commit comments