diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-11 19:07:54 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-11 19:07:54 +0300 |
| commit | a0470519d74cebb70b5699e9f5c9dd4982fcabe3 (patch) | |
| tree | fa06943102d9195569d315eab80cd69628f7b39b /web/index.html | |
| parent | 32058373ff6398fe8b53bc4f4acb577b4fa159e1 (diff) | |
Add support for dark theme. Fixes #17
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index 352f0b8..50bd7c1 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no"> <title>Maunium sticker picker</title> <link rel="modulepreload" href="src/widget-api.js"/> |
