Skip to content
Snippets Groups Projects
Commit 3c86eeef authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Changed some styling with the mobile UI

parent fe113cab
Branches
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment