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 3749121 commit 1ed6c19Copy full SHA for 1ed6c19
resources/assets/component.js
@@ -1742,7 +1742,7 @@ window.ComponentCascadeLine = class {
1742
if(aim_node_data.parentNodes.indexOf(node_data.key) !== -1){
1743
object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">⇵</div>`);
1744
}else {
1745
- object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 20px!important;">↑</div>`);
+ object.PLANE_BODY.insertAdjacentHTML('beforeend', `<div style="font-size: 18px!important;">↑</div>`);
1746
}
1747
object.PLANE_BODY.append(M);
1748
0 commit comments