1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
This commit is contained in:
sakazuki 2018-12-02 14:42:14 +09:00
parent 6de8b33769
commit 43a07301fd

View File

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