mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
fix: lod wrapper and some style stuff
This commit is contained in:
@@ -89,7 +89,9 @@
|
|||||||
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<!-- Video Dimensions -->
|
<!-- Video Dimensions -->
|
||||||
<div class="text-white text-xs text-center mt-2">
|
<div
|
||||||
|
class="text-stone-700 dark-theme:text-white text-xs text-center mt-2 lod-toggle"
|
||||||
|
>
|
||||||
<span v-if="videoError" class="text-red-400">
|
<span v-if="videoError" class="text-red-400">
|
||||||
{{ $t('g.errorLoadingVideo') }}
|
{{ $t('g.errorLoadingVideo') }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
class="lg-node-header p-4 rounded-t-2xl cursor-move w-full"
|
class="lg-node-header p-4 rounded-t-2xl cursor-move"
|
||||||
:style="headerStyle"
|
:style="headerStyle"
|
||||||
:data-testid="`node-header-${nodeData?.id || ''}`"
|
:data-testid="`node-header-${nodeData?.id || ''}`"
|
||||||
@dblclick="handleDoubleClick"
|
@dblclick="handleDoubleClick"
|
||||||
|
|||||||
Reference in New Issue
Block a user