1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Set font-size on body of popup.html, for responsiveness

This commit is contained in:
sdtsui 2017-07-30 19:56:11 -07:00
parent dd3766242d
commit 7ea38523ea

View File

@ -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:800px; height:600px;">
<body style="width:800px; height:600px; font-size: 12px">
<div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>