Merge branch 'fix/oauth-page-responsiveness' into 'develop'
authorrinpatch <rinpatch@sdf.org>
Sat, 2 Feb 2019 10:48:35 +0000 (10:48 +0000)
committerrinpatch <rinpatch@sdf.org>
Sat, 2 Feb 2019 10:48:35 +0000 (10:48 +0000)
Add responsive features to layout

Closes #564

See merge request pleroma/pleroma!760

lib/pleroma/web/templates/layout/app.html.eex

index 2e96c150901b1dcaf23d14de9dfe6ba219f1b18d..8dd3284d63e147151c7e16cd374062ca56ceda4f 100644 (file)
@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta charset=utf-8 />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
     <title>
     <%= Application.get_env(:pleroma, :instance)[:name] %>
     </title>