Spaces:
Running
Running
Round the corners a little. Align the selection with the handles.
Browse files- web/src/LynxKiteNode.svelte +1 -1
- 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:
|
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 |
}
|