1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 12:36:37 +02:00

Added viewport meta

For #387
This commit is contained in:
kkapsner 2019-09-11 23:49:50 +02:00
parent 5a355284f3
commit 069165e8d6
7 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@
<title>CanvasBlocker browser action</title>
<link href="browserAction.css" rel="stylesheet" type="text/css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="actions" class="stackedInputs"></div>