mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
TSK-336: mobile UI adaptation (#3492)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -155,6 +155,7 @@
|
||||
isAside={true}
|
||||
isSub={false}
|
||||
withoutActivity={false}
|
||||
withoutTitle
|
||||
{embedded}
|
||||
bind:innerWidth
|
||||
on:open
|
||||
@@ -252,15 +253,12 @@
|
||||
/>
|
||||
<Button
|
||||
kind={'ghost'}
|
||||
icon={IconMixin}
|
||||
selected={showAllMixins}
|
||||
on:click={() => {
|
||||
showAllMixins = !showAllMixins
|
||||
}}
|
||||
>
|
||||
<svelte:fragment slot="icon">
|
||||
<IconMixin size={'small'} />
|
||||
</svelte:fragment>
|
||||
</Button>
|
||||
/>
|
||||
</svelte:fragment>
|
||||
|
||||
<svelte:fragment slot="custom-attributes">
|
||||
|
||||
Reference in New Issue
Block a user