mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
482e15c573
@ -5,6 +5,7 @@
|
|||||||
- Fix bug where web3 would sometimes not be injected in time for the application.
|
- 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.
|
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
|
||||||
- Got most functionality working within Firefox.
|
- Got most functionality working within Firefox.
|
||||||
|
- Fixed menu dropdown bug introduced in Chrome 52.
|
||||||
|
|
||||||
## 2.7.0 2016-07-21
|
## 2.7.0 2016-07-21
|
||||||
|
|
||||||
|
@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
|
|||||||
style: {
|
style: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 0,
|
left: 0,
|
||||||
|
top: '36px',
|
||||||
},
|
},
|
||||||
innerStyle: {
|
innerStyle: {
|
||||||
background: 'white',
|
background: 'white',
|
||||||
|
@ -151,6 +151,7 @@ textarea.twelve-word-phrase {
|
|||||||
.network-name {
|
.network-name {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
left: 60px;
|
||||||
width: 5.2em;
|
width: 5.2em;
|
||||||
line-height: 9px;
|
line-height: 9px;
|
||||||
text-rendering: geometricPrecision;
|
text-rendering: geometricPrecision;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user