[bugfix] Add spacing between action buttons in node library sidebar (#8172)

This commit is contained in:
Jin Yi
2026-01-20 14:48:44 +09:00
committed by GitHub
parent a8b4928acc
commit b5f91977c8

View File

@@ -28,7 +28,7 @@
/>
</div>
<div
class="node-actions touch:opacity-100 motion-safe:opacity-0 motion-safe:group-hover/tree-node:opacity-100"
class="node-actions flex gap-1 touch:opacity-100 motion-safe:opacity-0 motion-safe:group-hover/tree-node:opacity-100"
>
<slot name="actions" :node="props.node" />
</div>