Attempt to make things look nice

This commit is contained in:
2024-04-29 12:58:43 +02:00
parent a28a6fa675
commit 9f21a36406
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
</head>
<body data-sveltekit-preload-data="hover" style="width: 100vw; height: 100vh;">
<div style="display: contents; width: 100vw; height: 100vh;">%sveltekit.body%</div>
<div style="display: contents; width: 100vw; height: 100vh;" class="bg-base-100">%sveltekit.body%</div>
<div class="dropdown mb-72" style="position: absolute; left: auto; right: 3vw; top: 10px; bottom: auto">
<div tabindex="0" role="button" class="btn m-1">
Theme

View File

@@ -40,8 +40,8 @@
<div style="height:100vh;">
<SvelteFlowProvider>
<SvelteFlow {nodes} {nodeTypes} {edges} class="bg-base-100" fitView onlyRenderVisibleElements>
<Controls />
<SvelteFlow {nodes} {nodeTypes} {edges} class="bg-base-100" fitView=True onlyRenderVisibleElements=True>
<Controls class="bg-base-300 text-primary-content"/>
<MiniMap />
</SvelteFlow>
</SvelteFlowProvider>