mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
commit
482e15c573
@ -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…
Reference in New Issue
Block a user