mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix scss
This commit is contained in:
parent
6de8b33769
commit
43a07301fd
@ -146,7 +146,7 @@
|
||||
.palette_port {
|
||||
position: absolute;
|
||||
top:8px;
|
||||
left: 55px;
|
||||
left: -5px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
background:#d9d9d9;
|
||||
@ -157,7 +157,7 @@
|
||||
}
|
||||
.palette_port_output {
|
||||
left:auto;
|
||||
right: 55px;
|
||||
right: -6px;
|
||||
}
|
||||
|
||||
.palette_node:hover .palette_port {
|
||||
|
Loading…
Reference in New Issue
Block a user