Fix/Update method permissions (#7233)

* Use hex everywhere as appId

* Extract requestGroup sub item from clarity

* Change size of icon in SignerPending
This commit is contained in:
Amaury Martiny
2017-12-07 15:10:54 +01:00
committed by Jaco Greeff
parent 3cb4d81eb1
commit f6f7a87dc6
13 changed files with 175 additions and 106 deletions

View File

@@ -19,6 +19,11 @@
display: flex !important;
}
.fromAvatar {
width: 28px !important;
height: 28px !important;
}
.toAvatar {
margin-left: 3px;
}

View File

@@ -168,6 +168,7 @@ class RequestItem extends Component {
<List.Item onClick={ onClick }>
<Image avatar size='mini' verticalAlign='middle'>
<IdentityIcon
className={ styles.fromAvatar }
address={ transaction.from }
/>
</Image>