fix: lod wrapper and some style stuff

This commit is contained in:
Simula_r
2025-10-03 13:37:02 -07:00
parent 661885f5e5
commit 5e1018aecf
2 changed files with 4 additions and 2 deletions

View File

@@ -89,7 +89,9 @@
<div class="relative">
<!-- 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">
{{ $t('g.errorLoadingVideo') }}
</span>

View File

@@ -4,7 +4,7 @@
</div>
<div
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"
:data-testid="`node-header-${nodeData?.id || ''}`"
@dblclick="handleDoubleClick"