core: fix navbar icon not showing in firefox
This commit is contained in:
parent
20ee634cda
commit
4a10b4999b
|
@ -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 %}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.pb-brand > img {
|
||||
max-height: 80px;
|
||||
max-height: 76px;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue