diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-28 10:27:15 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-28 10:27:15 +0100 |
commit | e3b951f4122f0a5d8531faaf4082bfb356366847 (patch) | |
tree | 87246f2eaba0c89db88496184b72c6b49eb4d77e /core/templates | |
parent | ccc55f40e6be7c9cc5e5484721998b2d60aeedc9 (diff) | |
parent | eeaefd84c3911a166920084947ad1018c744e6a6 (diff) | |
download | nextcloud-server-e3b951f4122f0a5d8531faaf4082bfb356366847.tar.gz nextcloud-server-e3b951f4122f0a5d8531faaf4082bfb356366847.zip |
Merge pull request #7724 from owncloud/mobile
[WIP] Mobile optimization for base layout and Files app
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 789b4dcf902..ba5f6ef9b54 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -15,7 +15,7 @@ </title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=1.0"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-itunes-app" content="app-id=543672169"> <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" /> |