mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 19:31:15 -03: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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user