summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/read.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);