mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
webconfig: Set image height explicitly
Chrome says that's better, presumably because it can then tell how large the image is before it's loaded. Not that this tiny image really is a massive problem, but let's be good, not acceptable.
This commit is contained in:
parent
5f4dfd9951
commit
44a6795ead
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% block rootrellink %}
|
||||
<li><img src="{{ pathto('_static/' + theme_root_icon, 1) }}" alt=""
|
||||
style="width: 80px; vertical-align: middle; margin-top: -1px"/></li>
|
||||
style="width: 80px; height: 80px; vertical-align: middle; margin-top: -1px"/></li>
|
||||
<li><a href="{{theme_root_url}}">{{theme_root_name}}</a>{{ reldelim1 }}</li>
|
||||
{% if theme_root_include_title %}
|
||||
<a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}
|
||||
|
|
Loading…
Reference in a new issue