mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
💄 style(favicon): reduce emoji size for compatibility
Should look better on Windows (not cropped).
This commit is contained in:
parent
2a5c025f6e
commit
08ef628abe
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
|
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.extra.favicon_emoji %}
|
{% if config.extra.favicon_emoji %}
|
||||||
<link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="90">{{ config.extra.favicon_emoji }}</text></svg>'>
|
<link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="82">{{ config.extra.favicon_emoji }}</text></svg>'>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# Feed #}
|
{# Feed #}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue