diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-08-14 23:32:34 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-08-14 23:36:04 +0200 |
commit | 96c4b9098bec7191c708d4e4f96b80b2768a7ef0 (patch) | |
tree | 94caa74f595006ee6cdae1d5888a2c622f21b890 /skins/larry | |
parent | deacf16beed87fde254a419ad10bc5d4528aaa31 (diff) |
Optimize list events for touch devices
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/includes/links.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/includes/links.html b/skins/larry/includes/links.html index 8bd8012e1..5a6c8cab3 100644 --- a/skins/larry/includes/links.html +++ b/skins/larry/includes/links.html @@ -1,4 +1,5 @@ <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <link rel="shortcut icon" href="/images/favicon.ico"/> <link rel="stylesheet" type="text/css" href="/styles.css" /> <roundcube:if condition="in_array(env:task, array('mail','addressbook','settings'))" /> |