fix: move page padding out of BaseViewTemplate into ConnectionPanelView

This commit is contained in:
snomiao
2026-04-22 21:06:24 +09:00
parent 93073cc242
commit 3ee55dfa1e

View File

@@ -14,9 +14,7 @@
class="app-drag h-(--comfy-topbar-height) w-full"
/>
<div class="grid w-full grow place-items-center overflow-auto">
<div class="py-8">
<slot />
</div>
<slot />
</div>
</div>
</template>