about summary refs log tree commit diff stats
path: root/js/inknswitch/ink.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/inknswitch/ink.js')
-rw-r--r--js/inknswitch/ink.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/inknswitch/ink.js b/js/inknswitch/ink.js
index 3ac1892..378482f 100644
--- a/js/inknswitch/ink.js
+++ b/js/inknswitch/ink.js
@@ -16,8 +16,8 @@ const ctx = canvas.getContext('2d');
 const noteArea = document.getElementById('noteArea');
 noteArea.value = localStorage.getItem('noteContent') || '';
 
-noteArea.style.width = '98vw';
-noteArea.style.height = '94vh';
+noteArea.style.width = '100vw';
+noteArea.style.height = '100vh';
 noteArea.style.boxSizing = 'border-box';
 noteArea.style.position = 'absolute';
 noteArea.style.backgroundColor = 'rgba(255, 255, 255, 0.75)';