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

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

This commit is contained in:
David Walsh 2021-02-19 13:03:59 -06:00 committed by GitHub
parent 3d579dfcef
commit 7e0525ec17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

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