summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 17:37:48 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 17:37:48 +0100
commitd46645846985fe181fcb252bec158624a1ee2957 (patch)
tree4722971955519e19d04440e5e023f51514ed82f0 /core/templates
parent20b740f8e4674ab16f44127bc809a35b8db24910 (diff)
downloadnextcloud-server-d46645846985fe181fcb252bec158624a1ee2957.tar.gz
nextcloud-server-d46645846985fe181fcb252bec158624a1ee2957.zip
restrict zooming in to not mangle layout accidentally
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 8b9e1e0f4fe..9e1555cfe6d 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">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, 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')); ?>" />