Fix few issues (#2196)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-07-03 10:48:56 +07:00 committed by GitHub
parent a5b1d5c278
commit 5e0a89319d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
<span slot="content" class="overflow-label disabled">
{#if selected}
{#if hideIcon || selected}
<UserInfo value={selected} size={kind === 'link' ? 'x-small' : 'medium'} {icon} />
<UserInfo value={selected} size={kind === 'link' ? 'x-small' : 'tiny'} {icon} />
{:else}
{getName(selected)}
{/if}

View File

@ -528,7 +528,7 @@
</Popup>
<DatePickerPopup />
<BrowserNotificatator />
{:else}
{:else if employee}
<div class="flex-col-center justify-center h-full flex-grow">
<h1><Label label={workbench.string.AccountDisabled} /></h1>
<Label label={workbench.string.AccountDisabledDescr} />