fix styling of sidebar user list
This commit is contained in:
parent
efd2bf9510
commit
6b6340ec66
|
@ -54,7 +54,7 @@ class Userlist extends PureComponent {
|
|||
<div>
|
||||
<List>
|
||||
{usersList.map(user => (
|
||||
<ListItem button key={channelUsers[user].pubkey} style={{ display: 'flex', flexDirection: 'column' }}>
|
||||
<ListItem button key={channelUsers[user].pubkey} style={{ display: 'flex' }}>
|
||||
{userOffline(channelUsers[user]) ? <OfflineBolt style={{ color: 'red' }} /> : <CheckCircle style={{ color: 'green' }} />}
|
||||
<ListItemAvatar>
|
||||
<Avatar>
|
||||
|
|
Loading…
Reference in New Issue