Spaces:
Running
Running
Input/output labels for vertical nodes.
Browse files
web/src/LynxKiteNode.svelte
CHANGED
@@ -111,6 +111,12 @@
|
|
111 |
:global(.right) .handle-name {
|
112 |
left: 20px;
|
113 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
.node-container:hover .handle-name {
|
115 |
visibility: visible;
|
116 |
}
|
|
|
111 |
:global(.right) .handle-name {
|
112 |
left: 20px;
|
113 |
}
|
114 |
+
:global(.top) .handle-name,
|
115 |
+
:global(.bottom) .handle-name {
|
116 |
+
top: -5px;
|
117 |
+
left: 5px;
|
118 |
+
backdrop-filter: none;
|
119 |
+
}
|
120 |
.node-container:hover .handle-name {
|
121 |
visibility: visible;
|
122 |
}
|