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

feature/default_network_editable
Dan J Miller 5 years ago committed by GitHub
parent 7b9e209174
commit d1cd2bb618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      ui/app/components/app/menu-bar/index.scss
  2. 2
      ui/app/css/itcss/components/account-details-dropdown.scss

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

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