Update layouts, icons. CSS optimize (#926)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-02-03 10:16:15 +01:00
committed by GitHub
parent 8c51a4ec2c
commit f01f30fc1d
28 changed files with 236 additions and 519 deletions
@@ -16,7 +16,7 @@
<script lang="ts">
import contact from '@anticrm/contact'
import core, { Class, Doc, Ref, RefTo } from '@anticrm/core'
import { AttributeBarEditor, AttributesBar, getClient, KeyedAttribute, UserBox } from '@anticrm/presentation'
import { AttributesBar, getClient, KeyedAttribute, UserBox } from '@anticrm/presentation'
import { Task } from '@anticrm/task'
import task from '../plugin'
@@ -66,14 +66,13 @@
<AttributesBar {object} keys={filtredKeys} />
</div>
</div>
<AttributeBarEditor key={'state'} {object} showHeader={false} />
<AttributeBarEditor key={'doneState'} {object} showHeader={false} />
<AttributesBar {object} keys={['doneState', 'state']} showHeader={false} />
</div>
<style lang="scss">
.header {
width: 100%;
padding: 0 0.5rem;
// padding: 0 0.5rem;
.column {
position: relative;