mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-14 04:08:19 +00:00
Fix few issues (#2196)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
a5b1d5c278
commit
5e0a89319d
@ -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}
|
||||
|
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user