mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
merge main into rh-test
This commit is contained in:
@@ -12,11 +12,9 @@
|
||||
<div
|
||||
v-show="isNativeWindow()"
|
||||
ref="topMenuRef"
|
||||
class="app-drag w-full h-[var(--comfy-topbar-height)]"
|
||||
class="app-drag w-full h-(--comfy-topbar-height)"
|
||||
/>
|
||||
<div
|
||||
class="flex-1 flex-grow w-full flex items-center justify-center overflow-auto"
|
||||
>
|
||||
<div class="grow w-full flex items-center justify-center overflow-auto">
|
||||
<slot />
|
||||
</div>
|
||||
<slot name="footer"></slot>
|
||||
|
||||
Reference in New Issue
Block a user