mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
[Glitch] Fix regressions from change in account row design in web UI
Port 46483ae849
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -63,7 +63,7 @@ class ServerBanner extends PureComponent {
|
||||
<div className='server-banner__meta__column'>
|
||||
<h4><FormattedMessage id='server_banner.administered_by' defaultMessage='Administered by:' /></h4>
|
||||
|
||||
<Account id={server.getIn(['contact', 'account', 'id'])} size={36} />
|
||||
<Account id={server.getIn(['contact', 'account', 'id'])} size={36} minimal />
|
||||
</div>
|
||||
|
||||
<div className='server-banner__meta__column'>
|
||||
|
||||
Reference in New Issue
Block a user