aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-05-18 16:56:20 +0000
committerShpuld Shpludson <shp@cock.li>2019-05-18 16:56:20 +0000
commit5bf208f2d1de1e20964ab06b04561c170867090c (patch)
treec00c21800f847a00a49a889bb65e50bfe2c4130a
parente14a15845c8f2f904e81218069af7dc14d28c777 (diff)
parent0a6858eab8f60377b27644d43b75014ced11723f (diff)
Merge branch 'fix/mobile-zoom' into 'develop'
Eliminate automatic zooming on mobile See merge request pleroma/pleroma-fe!799
-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">