summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 00:58:53 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 00:58:53 +0300
commit03a29c67bc0824fba0d800cfa9c09b47df2d2042 (patch)
tree56b2232a8a4f4e62e5f510ce5338661ae97f0947 /js
parent23857daefe0032dedcd3cd4ab72a5b433dc72545 (diff)
enlarge some margins and tap zones
Diffstat (limited to 'js')
-rw-r--r--js/read.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/read.js b/js/read.js
index d7f5fa9..8bb3edd 100644
--- a/js/read.js
+++ b/js/read.js
@@ -35,9 +35,9 @@ function init_taps() {
function(event) {
if (event.button == 0) {
var doc = document.documentElement;
- var margin_x = 45;
- var margin_y_top = 40;
- var margin_y_bottom = 60;
+ var margin_x = 64;
+ var margin_y_top = 48;
+ var margin_y_bottom = 48;
//console.log(event.clientY + " " + doc.clientHeight);