mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Our own favicons and touch icons.
Fix info modal not working on user history screen. Minor styling fixes.
This commit is contained in:
parent
d6b646323f
commit
1200eae38e
11 changed files with 7 additions and 8 deletions
|
@ -32,7 +32,7 @@ from plexpy import version
|
|||
<link rel="icon" type="image/x-icon" href="interfaces/default/images/favicon.ico"/>
|
||||
|
||||
<!-- touch icons -->
|
||||
<link rel="shortcut icon" href="interfaces/default/images/favicon.ico">
|
||||
<link rel="shortcut icon" href="interfaces/default/images/favicon.png">
|
||||
<link rel="apple-touch-icon" href="interfaces/default/images/icon_iphone.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="interfaces/default/images/icon_ipad.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="interfaces/default/images/icon_iphone@2x.png">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue