comparison index.html @ 5:461c6e7dea56

Better mobile handling
author nanaya <me@myconan.net>
date Sun, 15 Jan 2017 19:31:54 +0900
parents cc0a5142a56f
children 896b7f28d3ad
comparison
equal deleted inserted replaced
4:cc0a5142a56f 5:461c6e7dea56
1 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <meta charset="utf-8"> 3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5 <title>QR Code Generator</title> 5 <title>QR Code Generator</title>
6 6
7 <style type="text/css"> 7 <style type="text/css">
8 * { 8 * {
9 position: relative; 9 position: relative;
27 .inputbox { 27 .inputbox {
28 width: 100%; 28 width: 100%;
29 margin-bottom: 10px; 29 margin-bottom: 10px;
30 resize: vertical; 30 resize: vertical;
31 font-family: monospace; 31 font-family: monospace;
32 /* prevent ios zoom */
33 font-size: 16px;
32 } 34 }
33 35
34 .page { 36 .page {
35 width: 100%; 37 width: 100%;
36 height: 100%; 38 height: 100%;