TSK-1324: update popups and colors (#3152)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-05-10 18:40:50 +07:00
committed by GitHub
parent d486dea298
commit 93268d4dbc
45 changed files with 293 additions and 223 deletions
@@ -134,9 +134,10 @@
</div>
</div>
{/each}
<div class="flex-grow" />
{:else}
<!-- Keyboard shortcuts -->
<Scroller padding={'0 .5rem'} fade={topSP}>
<Scroller padding={'0 .5rem'} fade={topSP} noStretch checkForHeaders>
<ListView count={actions.length} noScroll addClass={'rounded'} bind:selection>
<svelte:fragment slot="category" let:item>
{@const action = actions[item]}
@@ -220,7 +221,7 @@
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin: 0 1rem;
margin: 0 0.5rem 0.5rem;
padding-top: 0.625rem;
}
.key-box {