animation for layer control

This commit is contained in:
vcoppe
2024-04-12 17:22:04 +02:00
parent f4f10c03a1
commit b5a0200ca5
3 changed files with 62 additions and 52 deletions

View File

@@ -9,6 +9,6 @@
export let onValueChange: (id: string, checked: boolean) => void;
</script>
<fieldset class="min-w-52">
<fieldset class="min-w-64">
<LayerTreeNode {name} node={layerTree} {multiple} {onValueChange} />
</fieldset>