1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix centering of account info in menu bar (#8274)

This commit is contained in:
Dan J Miller 2020-04-01 17:11:26 -02:30 committed by GitHub
parent 7b9e209174
commit d1cd2bb618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,7 @@
margin-bottom: 16px;
padding: 0 22px;
border-bottom: 1px solid $Grey-100;
position: relative;
&__sidebar-button {
width: 20px;
@ -28,5 +29,12 @@
cursor: pointer;
display: flex;
justify-content: center;
position: absolute;
right: 16px;
transform: rotate(90deg);
}
.selected-account {
flex: none;
}
}

View File

@ -1,7 +1,7 @@
.account-details-dropdown {
width: 60%;
position: absolute;
top: 120px;
top: 40px;
right: 15px;
z-index: 2000;
}