core: fix navbar icon not showing in firefox

This commit is contained in:
Jens Langhammer 2020-10-11 23:38:22 +02:00
parent 20ee634cda
commit 4a10b4999b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</div>
<a href="{% url 'passbook_core:overview' %}" class="pf-c-page__header-brand-link">
<div class="pf-c-brand pb-brand">
<img src="{{ config.passbook.branding.logo }}" alt="passbook icon">
<img src="{{ config.passbook.branding.logo }}" style="width: 100px;" alt="passbook icon">
{% if config.passbook.branding.title_show %}
<small><small>{{ config.passbook.branding.title }}</small></small>
{% endif %}

View File

@ -22,7 +22,7 @@
}
.pb-brand > img {
max-height: 80px;
max-height: 76px;
margin-right: .5em;
}