Skip to content

Commit

Permalink
feat: add viewport meta tag to popup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Nov 30, 2024
1 parent bf5b07a commit 7af322b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7af322b

Please sign in to comment.