TSK-336: mobile UI adaptation (#3492)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-07-11 16:27:49 +06:00
committed by GitHub
parent 5dc40b1730
commit b2edbadf05
18 changed files with 167 additions and 89 deletions
@@ -50,7 +50,7 @@
dispatch('close', item.id)
}}
>
<div class="flex-grow caption-color nowrap"><Label label={item.label} /></div>
<div class="flex-grow caption-color nowrap"><Label label={item.label} params={item.params} /></div>
<div class="check">
{#if item.id === selected}<IconCheck size={'small'} />{/if}
</div>