mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
TSK-1324: update popups and colors (#3152)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user