Skip to content

Commit 047f8a1

Browse files
committed
Update to dynamic viewport units and bump cache version
1 parent 0467de6 commit 047f8a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
outline: none;
3333
padding: 18px max(18px, calc(50vw - 400px));
3434
width: 100%;
35-
min-height: 100vh;
35+
min-height: 100dvh;
3636
font: 18px / 1.5 system-ui;
3737
tab-size: 4;
3838
white-space: pre-wrap;

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'textarea-v1'
1+
const CACHE_NAME = 'textarea-v2'
22
const ASSETS = [
33
'/',
44
'/qr',

0 commit comments

Comments
 (0)