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>

View File

@ -6,6 +6,7 @@
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<textarea id="settings"></textarea>

View File

@ -6,6 +6,7 @@
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script src="../lib/require.js"></script>

View File

@ -12,4 +12,8 @@
.complaint.low {
background-color: yellow;
}
ul {
padding-left: 1.2em;
}

View File

@ -6,6 +6,7 @@
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script src="../lib/require.js"></script>

View File

@ -6,6 +6,7 @@
<link href="../icons/icon.svg" type="image/svg" rel="icon">
<link href="../icons/icon.svg" type="image/svg" rel="shortcut icon">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script src="../lib/require.js"></script>

View File

@ -4,6 +4,7 @@
<title>CanvasBlocker page action</title>
<link href="pageAction.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="globalActions"></div>