refactor: move view logic inside graph.svelte

This commit is contained in:
2024-03-12 18:47:50 +01:00
parent af24b5cffe
commit 9241700ada
16 changed files with 465 additions and 384 deletions

View File

@@ -23,3 +23,7 @@
:root {
font-family: 'Fira Code', monospace;
}
body {
overflow: hidden;
}