A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
debug / dev
|
|
*/
|
|
|
|
#app-content {
|
|
border: 2px solid green;
|
|
}
|
|
|
|
#design-container {
|
|
position: absolute;
|
|
left: 360px;
|
|
top: -42px;
|
|
width: calc(100vw - 360px);
|
|
height: 100vh;
|
|
overflow: scroll;
|
|
}
|
|
|
|
#design-container img {
|
|
width: 2000px;
|
|
margin-right: 600px;
|
|
} |