mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
improve flow UX
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<FlowSettingsItem />
|
||||
</div>
|
||||
{/if}
|
||||
<ul class="w-full flex-auto relative overflow-y-auto overflow-x-hidden py-4">
|
||||
<ul class="w-full flex-auto relative overflow-y-auto overflow-x-hidden pl-2 pr-1 py-4">
|
||||
{#if root}
|
||||
<li>
|
||||
<FlowInputsItem />
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</div>
|
||||
</FlowModuleSchemaItem>
|
||||
<div class="flex flex-row w-full">
|
||||
<div class="w-8 shrink-0 line" />
|
||||
<div class="w-7 shrink-0 line" />
|
||||
<div class="grow my-4 overflow-auto">
|
||||
<div class="w-full pr-1">
|
||||
<FlowModuleSchemaMap bind:modules={mod.value.modules} color="orange" />
|
||||
|
||||
Reference in New Issue
Block a user