feat: remove the divider that between widgets and slots (#5517)

This commit is contained in:
Rizumu Ayaka
2025-09-13 03:33:02 +08:00
committed by GitHub
parent 6645b3917f
commit 9aeeab9a9f

View File

@@ -104,11 +104,6 @@
@slot-click="handleSlotClick"
/>
<div
v-if="shouldRenderSlots && shouldShowWidgets"
:class="separatorClasses"
/>
<!-- Widgets rendered at reduced+ detail -->
<NodeWidgets
v-if="shouldShowWidgets"
@@ -118,11 +113,6 @@
:lod-level="lodLevel"
/>
<div
v-if="(shouldRenderSlots || shouldShowWidgets) && shouldShowContent"
:class="separatorClasses"
/>
<!-- Custom content at reduced+ detail -->
<NodeContent
v-if="shouldShowContent"