darabos commited on
Commit
111a829
·
1 Parent(s): dfaae61

Round the corners a little. Align the selection with the handles.

Browse files
Files changed (2) hide show
  1. web/src/LynxKiteNode.svelte +1 -1
  2. web/src/app.css +1 -1
web/src/LynxKiteNode.svelte CHANGED
@@ -78,7 +78,7 @@
78
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
79
  background: white;
80
  overflow-y: auto;
81
- border-radius: 1px;
82
  height: 100%;
83
  }
84
  .title {
 
78
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
79
  background: white;
80
  overflow-y: auto;
81
+ border-radius: 4px;
82
  height: 100%;
83
  }
84
  .title {
web/src/app.css CHANGED
@@ -27,5 +27,5 @@ path.svelte-flow__edge-path {
27
  }
28
  .selected .lynxkite-node {
29
  outline: var(--xy-selection-border, var(--xy-selection-border-default));
30
- outline-offset: 5px;
31
  }
 
27
  }
28
  .selected .lynxkite-node {
29
  outline: var(--xy-selection-border, var(--xy-selection-border-default));
30
+ outline-offset: 7.5px;
31
  }