diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-05-18 16:56:20 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-05-18 16:56:20 +0000 |
| commit | 5bf208f2d1de1e20964ab06b04561c170867090c (patch) | |
| tree | c00c21800f847a00a49a889bb65e50bfe2c4130a | |
| parent | e14a15845c8f2f904e81218069af7dc14d28c777 (diff) | |
| parent | 0a6858eab8f60377b27644d43b75014ced11723f (diff) | |
Merge branch 'fix/mobile-zoom' into 'develop'
Eliminate automatic zooming on mobile
See merge request pleroma/pleroma-fe!799
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |
