We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8939668 commit 75d6cfbCopy full SHA for 75d6cfb
web/main.js
@@ -59,8 +59,8 @@ return {
59
{
60
// reset zoom
61
var canvas = document.getElementById('canvas');
62
- var width = window.innerWidth - 12;
63
- var height = window.outerHeight - 12;
+ var width = window.innerWidth - 10;
+ var height = window.innerHeight - 10;
64
Main.scaleCanvas(canvas, width, height);
65
Main.alignInvisibleClick(canvas);
66
},
web/sw.js
@@ -1,5 +1,5 @@
1
2
-var _cacheName = 'cimbar-js-v0.6.0';
+var _cacheName = 'cimbar-js-v0.6.1';
3
var _cacheFiles = [
4
'/',
5
'/index.html',
0 commit comments