mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added favicon html tag, fix GH-143
This commit is contained in:
parent
96778709bd
commit
5eb838d5df
@ -8,6 +8,7 @@
|
||||
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<meta name="description" content='Maloja is a self-hosted music scrobble server.' />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="darkreader" content="wat" />
|
||||
|
@ -851,7 +851,7 @@ table.tiles_top td span {
|
||||
display: inline-block;
|
||||
margin-top:2%;
|
||||
padding: 3px;
|
||||
max-width: 70%;
|
||||
max-width: 67%;
|
||||
vertical-align: text-top;
|
||||
}
|
||||
table.tiles_top td a:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user