1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Center wallet nickname under identicon in tx confirmation screen

This commit is contained in:
Dan Finlay 2016-05-26 13:06:29 -07:00
parent 6363ddbe9b
commit d489b31923

View File

@ -296,6 +296,8 @@ input.large-input {
.identity-panel .identicon-wrapper {
margin: 4px;
margin-top: 8px;
display: flex;
align-items: center;
}
.identity-panel .identicon-wrapper span {