File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 308
308
.dot-cascade-panel > .plane-body-dialog {
309
309
display : flex;
310
310
flex-direction : column;
311
- justify-content : space-around ;
311
+ justify-content : space-evenly ;
312
312
align-items : center;
313
313
width : 270px ;
314
314
min-height : 50px !important ;
Original file line number Diff line number Diff line change @@ -1740,9 +1740,9 @@ window.ComponentCascadeLine = class {
1740
1740
M . insertAdjacentHTML ( 'afterbegin' , `<span>${ node_data . val } </span>` ) ;
1741
1741
object . PLANE_BODY . insertAdjacentHTML ( 'afterbegin' , `<div class="dlp dlp-text dlp-label"><span>${ aim_node_data . val } </span></div>` ) ;
1742
1742
if ( aim_node_data . parentNodes . indexOf ( node_data . key ) !== - 1 ) {
1743
- object . PLANE_BODY . insertAdjacentHTML ( 'beforeend' , `<div>⇵</div>` ) ;
1743
+ object . PLANE_BODY . insertAdjacentHTML ( 'beforeend' , `<div style="font-size: 20px!important;" >⇵</div>` ) ;
1744
1744
} else {
1745
- object . PLANE_BODY . insertAdjacentHTML ( 'beforeend' , `<div>↑</div>` ) ;
1745
+ object . PLANE_BODY . insertAdjacentHTML ( 'beforeend' , `<div style="font-size: 20px!important;" >↑</div>` ) ;
1746
1746
}
1747
1747
object . PLANE_BODY . append ( M ) ;
1748
1748
}
You can’t perform that action at this time.
0 commit comments