Merge pull request #493 from MetaMask/droppo-fix

Droppo fix
feature/default_network_editable
Dan Finlay 8 years ago committed by GitHub
commit 482e15c573
  1. 1
      CHANGELOG.md
  2. 1
      ui/app/app.js
  3. 1
      ui/app/css/index.css

@ -5,6 +5,7 @@
- Fix bug where web3 would sometimes not be injected in time for the application.
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
- Got most functionality working within Firefox.
- Fixed menu dropdown bug introduced in Chrome 52.
## 2.7.0 2016-07-21

@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
style: {
position: 'absolute',
left: 0,
top: '36px',
},
innerStyle: {
background: 'white',

@ -151,6 +151,7 @@ textarea.twelve-word-phrase {
.network-name {
position: absolute;
top: 8px;
left: 60px;
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;

Loading…
Cancel
Save