darabos commited on
Commit
c023d0c
·
1 Parent(s): 83cc307

Input/output labels for vertical nodes.

Browse files
Files changed (1) hide show
  1. web/src/LynxKiteNode.svelte +6 -0
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
  }