File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
frontend/src/lib/components/flows/map Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 22
22
' outline outline-offset-1 outline-2 outline-slate-800 dark:bg-white/5 dark:outline-slate-400/60 dark:outline-gray-400'
23
23
</script >
24
24
25
- <div class =" flex flex-row gap-2" >
25
+ <div class =" flex flex-row gap-2 p-1.5 rounded shadow-md bg-surface " >
26
26
{#if ! disableSettings }
27
27
<button
28
28
onclick ={() => ($selectedId = ' settings-metadata' )}
29
29
class ={twMerge (nodeClass , $selectedId ?.startsWith (' settings' ) ? nodeSelectedClass : ' ' )}
30
30
title =" Settings"
31
31
>
32
32
<Settings size ={16 } />
33
- <span
34
- class =" text-xs font-bold flex flex-row justify-between w-fit gap-2 items-center truncate ml-1"
35
- title =" Settings"
36
- >
37
- <span class =" h-[18px] flex items-center" >
38
- {#if flowStore .val .value .same_worker }
39
- <Badge color =" blue" baseClass =" truncate" >./shared</Badge >
40
- {/if }
33
+ {#if flowStore .val .value .same_worker }
34
+ <span class =" ml-2 h-[18px] flex items-center" >
35
+ <Badge color =" blue" baseClass =" truncate" >./shared</Badge >
41
36
</span >
42
- </ span >
37
+ { /if }
43
38
</button >
44
39
{/if }
45
40
{#if ! disableStaticInputs }
You can’t perform that action at this time.
0 commit comments