aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2019-05-18 11:00:50 -0500
committerMark Felder <feld@FreeBSD.org>2019-05-18 11:00:50 -0500
commit0a6858eab8f60377b27644d43b75014ced11723f (patch)
treec00c21800f847a00a49a889bb65e50bfe2c4130a
parente14a15845c8f2f904e81218069af7dc14d28c777 (diff)
Eliminate automatic zooming on mobile
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d8defc2e..63161f3c 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Pleroma</title>
<!--server-generated-meta-->
<link rel="icon" type="image/png" href="/favicon.png">