Adjust dimensions of popup.html and app bar to match

feature/default_network_editable
sdtsui 7 years ago
parent a7ab69b940
commit dd3766242d
  1. 2
      app/notification.html
  2. 2
      app/popup.html
  3. 2
      ui/app/app.js

@ -9,7 +9,7 @@
}
</style>
</head>
<body>
<body style="width:350px; height:500px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
<title>MetaMask Plugin</title>
</head>
<body style="width:357px; height:500px;">
<body style="width:800px; height:600px;">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>

@ -121,7 +121,7 @@ App.prototype.renderAppBar = function () {
alignItems: 'center',
visibility: props.isUnlocked ? 'visible' : 'none',
background: '#EFEFEF', // $gallery
height: '38px',
height: '11%',
position: 'relative',
zIndex: 12,
},

Loading…
Cancel
Save