pl-fe: minor UI fixes
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -75,7 +75,7 @@ const Avatar = (props: IAvatar) => {
|
||||
return (
|
||||
<StillImage
|
||||
className={clsx('rounded-lg leading-[0]', isCat && 'avatar__cat bg-gray-200 dark:bg-gray-900', className)}
|
||||
innerClassName='rounded-lg'
|
||||
innerClassName='rounded-lg text-sm'
|
||||
style={style}
|
||||
src={src}
|
||||
alt={alt || intl.formatMessage(messages.avatar)}
|
||||
|
||||
@ -13,7 +13,7 @@ const AutosuggestAccount: React.FC<IAutosuggestAccount> = ({ id }) => {
|
||||
|
||||
return (
|
||||
<div className='snap-start snap-always'>
|
||||
<Account account={account} hideActions showAccountHoverCard={false} />
|
||||
<Account account={account} hideActions showAccountHoverCard={false} disabled />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user