Skip to content

Commit

Permalink
Fix account suggestion size inconsistency with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Feb 11, 2024
1 parent d391e01 commit c249c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class AutosuggestAccount extends ImmutablePureComponent {

return (
<div className='autosuggest-account' title={account.get('acct')}>
<div className='autosuggest-account-icon'><Avatar account={account} size={24} /></div>
<div className='autosuggest-account-icon'><Avatar account={account} size={18} /></div>
<DisplayName account={account} inline />
</div>
);
Expand Down

0 comments on commit c249c10

Please sign in to comment.