From 3c86eeef516f5c5d81996edb5f3f0b12c1717801 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 18 Sep 2016 17:43:34 +0200 Subject: [PATCH] Changed some styling with the mobile UI --- templates/login.phtml | 6 ++++++ templates/search.phtml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/templates/login.phtml b/templates/login.phtml index 0064806..a73a601 100644 --- a/templates/login.phtml +++ b/templates/login.phtml @@ -4,6 +4,12 @@ <meta charset="utf-8"> <title>Quassel Search</title> + <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> + <meta name="apple-mobile-web-app-capable" content="yes"/> + <meta name="theme-color" content="#fff"/> + <meta name="msapplication-navbutton-color" content="#fff"> + <meta name="apple-mobile-web-app-status-bar-style" content="#fff"> + <link rel="stylesheet" href="res/login.css"> <link rel="stylesheet" href="res/material-icons.css"> </head> diff --git a/templates/search.phtml b/templates/search.phtml index 62b882b..9d16a10 100644 --- a/templates/search.phtml +++ b/templates/search.phtml @@ -4,6 +4,12 @@ <meta charset="utf-8"> <title>Quassel Search</title> + <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width"> + <meta name="apple-mobile-web-app-capable" content="yes"/> + <meta name="theme-color" content="#4285f4"/> + <meta name="msapplication-navbutton-color" content="#4285f4"> + <meta name="apple-mobile-web-app-status-bar-style" content="#4285f4"> + <link rel="stylesheet" href="res/search.css"> <link rel="stylesheet" href="res/material-icons.css"> </head> -- GitLab