logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: d5d91ae689e14103551dd3622e208ea31e40c858
parent: 09e1c8c05dedf96710571a55f0be65fdff4ccdd0
Author: rinpatch <rinpatch@sdf.org>
Date:   Sat,  2 Feb 2019 10:48:35 +0000

Merge branch 'fix/oauth-page-responsiveness' into 'develop'

Add responsive features to layout

Closes #564

See merge request pleroma/pleroma!760

Diffstat:

Mlib/pleroma/web/templates/layout/app.html.eex3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex @@ -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>