diff --git a/packages/theme/styles/_layouts.scss b/packages/theme/styles/_layouts.scss index f30309b9e2..ac5ae1f5a8 100644 --- a/packages/theme/styles/_layouts.scss +++ b/packages/theme/styles/_layouts.scss @@ -200,6 +200,7 @@ table { .mr-8 { margin-right: 2rem; } .mt-2 { margin-top: .5rem; } .mt-5 { margin-top: 1.25rem; } +.mt-14 { margin-top: 3.5rem; } .mb-1 { margin-bottom: .25rem; } /* --------- */ diff --git a/packages/ui/src/components/Link.svelte b/packages/ui/src/components/Link.svelte index 61dbd806fe..f0acdfb718 100644 --- a/packages/ui/src/components/Link.svelte +++ b/packages/ui/src/components/Link.svelte @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. --> + + +
+ + diff --git a/plugins/recruit-resources/src/components/Attachments.svelte b/plugins/recruit-resources/src/components/Attachments.svelte index bd1eeb5543..6928df11be 100644 --- a/plugins/recruit-resources/src/components/Attachments.svelte +++ b/plugins/recruit-resources/src/components/Attachments.svelte @@ -24,7 +24,7 @@ import { Table } from '@anticrm/view-resources' import { uploadFile } from '../utils' - import Upload from './icons/Upload.svelte' + import UploadDuo from './icons/UploadDuo.svelte' import chunter from '@anticrm/chunter' @@ -101,7 +101,7 @@ on:drop|preventDefault|stopPropagation={fileDrop} on:click={ () => { inputFile.click() } } > -