Update EstimationPopup layout (#2513)

This commit is contained in:
Alexander Platov
2023-01-17 08:07:05 +07:00
committed by GitHub
parent ecc3f55d23
commit 835a37c6f0
20 changed files with 301 additions and 227 deletions
@@ -75,9 +75,7 @@
<div class="antiComponent max-w-240 flex-grow p-1">
<Expandable icon={ofClass?.icon} label={getEmbeddedLabel(typeTitle?.label ?? '')}>
<svelte:fragment slot="tools">
<div class="flex flex-reverse flex-grow">
<Button icon={IconDelete} on:click={() => client.remove(mapping)} size={'small'} />
</div>
<Button icon={IconDelete} on:click={() => client.remove(mapping)} size={'small'} />
</svelte:fragment>
<Expandable label={getEmbeddedLabel('Options')}>
<div class="flex-col">