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:
Fabian Homborg 2021-06-03 19:02:53 +02:00
parent 5f4dfd9951
commit 44a6795ead

View file

@ -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 }}