We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0467de6 commit 047f8a1Copy full SHA for 047f8a1
index.html
@@ -32,7 +32,7 @@
32
outline: none;
33
padding: 18px max(18px, calc(50vw - 400px));
34
width: 100%;
35
- min-height: 100vh;
+ min-height: 100dvh;
36
font: 18px / 1.5 system-ui;
37
tab-size: 4;
38
white-space: pre-wrap;
sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = 'textarea-v1'
+const CACHE_NAME = 'textarea-v2'
2
const ASSETS = [
3
'/',
4
'/qr',
0 commit comments