Update viewoptions layout. (#2050)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Alexander Platov
2022-06-11 01:25:13 +07:00
committed by GitHub
parent 2ec1676587
commit 211e99017e
34 changed files with 313 additions and 245 deletions
@@ -98,7 +98,7 @@
>
<svelte:fragment slot="content">
{#if subIssues}
<div class="flex-row-center content-color text-sm">
<div class="flex-row-center content-color text-sm pointer-events-none">
<div class="mr-1">
<ProgressCircle bind:value={countComplate} bind:max={subIssues.length} size={'inline'} primary />
</div>