fix: minor ui improvements (#3603)
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
: null,
|
||||
}"
|
||||
:icon="IconGripVertical"
|
||||
class="cursor-auto text-primary hover:text-primary"
|
||||
class="opacity-0"
|
||||
:class="{
|
||||
'draggable-handle !cursor-grab group-hover:text-secondaryLight':
|
||||
'draggable-handle cursor-grab group-hover:opacity-100':
|
||||
index !== workingParams?.length - 1,
|
||||
}"
|
||||
tabindex="-1"
|
||||
@@ -75,7 +75,7 @@
|
||||
"
|
||||
/>
|
||||
<div v-if="entry.isFile" class="file-chips-container">
|
||||
<div class="file-chips-wrapper space-x-2">
|
||||
<div class="file-chips-wrapper space-x-1">
|
||||
<HoppSmartFileChip
|
||||
v-for="(file, fileIndex) in entry.value"
|
||||
:key="`param-${index}-file-${fileIndex}`"
|
||||
|
||||
Reference in New Issue
Block a user