Fix #10447 - Prevent navigation from jumping vertically when clicking into token (#10471)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent 3d579dfcef
commit 7e0525ec17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/menu-bar/index.scss
  2. 2
      ui/app/pages/asset/asset.scss

@ -4,6 +4,7 @@
column-gap: 5px;
padding: 0 8px;
border-bottom: 1px solid $Grey-100;
height: 64px;
.menu-bar__account-options {
background: none;

@ -13,7 +13,7 @@
justify-content: space-between;
align-items: center;
padding: 16px;
height: 54px;
height: 64px;
}
.asset-breadcrumb {

Loading…
Cancel
Save