mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 02:09:59 +00:00
New: Mobile Chrome theme (Android 5.0+)
This commit is contained in:
parent
1293bab868
commit
1e0fcc877b
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,11 @@
|
|||
<head>
|
||||
<title>Sonarr</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="theme-color" content="#272727"/>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
||||
|
||||
<link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/bootstrap.toggle-switch.css" rel='stylesheet' type='text/css'/>
|
||||
|
|
Loading…
Reference in a new issue