feat(editor): wire the canvas and mount the editor
This commit is contained in:
@@ -15,3 +15,15 @@
|
||||
@theme {
|
||||
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
/* Larger, easier-to-grab connection handles (Vue Flow defaults to 6px). The
|
||||
Flow valve is small, so its handles get extra size. Loaded after Vue Flow's
|
||||
own CSS (see main.ts) so these win. */
|
||||
.vue-flow__handle {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
}
|
||||
.vue-flow__node-flow .vue-flow__handle {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user