logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 5bf208f2d1de1e20964ab06b04561c170867090c
parent: e14a15845c8f2f904e81218069af7dc14d28c777
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sat, 18 May 2019 16:56:20 +0000

Merge branch 'fix/mobile-zoom' into 'develop'

Eliminate automatic zooming on mobile

See merge request pleroma/pleroma-fe!799

Diffstat:

Mindex.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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">