1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Disable debug styles

This commit is contained in:
sdtsui 2017-08-06 14:25:34 -07:00
parent 966b25573b
commit c9b33da184

View File

@ -7,23 +7,23 @@ App Sections
debug / dev debug / dev
*/ */
#app-content { // #app-content {
border: 2px solid green; // border: 2px solid green;
} // }
#design-container { // #design-container {
position: absolute; // position: absolute;
left: 360px; // left: 360px;
top: -42px; // top: -42px;
width: calc(100vw - 360px); // width: calc(100vw - 360px);
height: 100vh; // height: 100vh;
overflow: scroll; // overflow: scroll;
} // }
#design-container img { // #design-container img {
width: 2000px; // width: 2000px;
margin-right: 600px; // margin-right: 600px;
} // }
/* initialize */ /* initialize */