change flow view from horizontal to vertical

This commit is contained in:
sakazuki
2018-12-01 13:28:19 +09:00
parent 2f93bb969b
commit 8c64b2a898
3 changed files with 101 additions and 23 deletions

View File

@@ -146,7 +146,7 @@
.palette_port {
position: absolute;
top:8px;
left: -5px;
left: 55px;
box-sizing: border-box;
-moz-box-sizing: border-box;
background:#d9d9d9;
@@ -157,7 +157,7 @@
}
.palette_port_output {
left:auto;
right: -6px;
right: 55px;
}
.palette_node:hover .palette_port {