Skip to content

Commit

Permalink
Ensure scale is correct for mobile extension (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Nov 3, 2019
1 parent f4eef0b commit 5bf8d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Options</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0" />
<script src="../userscript.user.js"></script>
<link rel="stylesheet" href="options.css" />
</head>
Expand Down
1 change: 1 addition & 0 deletions extension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Popup</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0" />
<link rel="stylesheet" href="options.css" />
</head>
<body style="width:200px" id="popup">
Expand Down

0 comments on commit 5bf8d3a

Please sign in to comment.