🎚️ Expands layout manager with widget sizing

This commit is contained in:
Rune Harlyk
2024-08-18 02:07:41 +02:00
committed by Rune Harlyk
parent 3fd7f28d7e
commit 00c56a2d68
4 changed files with 45 additions and 34 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
<Controls />
<!-- <button class="absolute z-20 btn" on:click={addWidget}>Add Widget</button> -->
<div class="absolute w-full h-screen top-0 overflow-hidden lg:pt-16 pt-12">
<WidgetContainer container={$phoneControllerLayout} />
<WidgetContainer container={$controllerLayout} />
</div>
</div>