mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Clean up Web Apps
This commit is contained in:
parent
16a09407e4
commit
325ad4094e
3 changed files with 12 additions and 18 deletions
|
@ -21,25 +21,20 @@ from plexpy import version
|
|||
<link rel="shortcut icon" href="interfaces/default/images/favicon.png">
|
||||
|
||||
<!-- Allow web app to be run in full-screen mode. -->
|
||||
<meta name="apple-mobile-web-app-capable"
|
||||
content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- Configure the status bar. -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style"
|
||||
content="black">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<!-- Set the viewport. -->
|
||||
<meta name="viewport"
|
||||
content="initial-scale=1">
|
||||
<meta name="viewport" content="initial-scale=1">
|
||||
<!-- Disable automatic phone number detection. -->
|
||||
<meta name="format-detection"
|
||||
content="telephone=no">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
<!-- ICONS -->
|
||||
<!-- IE10 icon -->
|
||||
<meta name="application-name" content="PlexPy" />
|
||||
<meta name="msapplication-config" content="interfaces/default/xml/IEconfig.xml"/>
|
||||
|
||||
<meta name="application-name" content="PlexPy" />
|
||||
<meta name="msapplication-config" content="interfaces/default/xml/IEconfig.xml"/>
|
||||
<!-- Android >M39 icon -->
|
||||
<link rel="manifest" href="interfaces/default/json/Android-manifest.json">
|
||||
<link rel="manifest" href="interfaces/default/json/Android-manifest.json">
|
||||
<!-- iPad retina icon -->
|
||||
<link href="interfaces/default/images/res/ios/icon-76@2x.png" sizes="152x152" rel="apple-touch-icon-precomposed">
|
||||
<!-- iPad retina icon (iOS < 7) -->
|
||||
|
|
|
@ -2471,7 +2471,6 @@ a .home-platforms-instance-list-oval:hover,
|
|||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="interfaces/default/images/res/ie10/tiny.png"/>
|
||||
<square150x150logo src="interfaces/default/images/res/ie10/square.png"/>
|
||||
<wide310x150logo src="interfaces/default/images/res/ie10/wide.png"/>
|
||||
<square310x310logo src="interfaces/default/images/res/ie10/large.png"/>
|
||||
<square70x70logo src="../images/res/ie10/tiny.png"/>
|
||||
<square150x150logo src="../images/res/ie10/square.png"/>
|
||||
<wide310x150logo src="../images/res/ie10/wide.png"/>
|
||||
<square310x310logo src="../images/res/ie10/large.png"/>
|
||||
<TileColor>#1F1F1F</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue