From 4a10b4999b794289cf78a57a26854fca596fd3c6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 11 Oct 2020 23:38:22 +0200 Subject: [PATCH] core: fix navbar icon not showing in firefox --- passbook/core/templates/base/page.html | 2 +- passbook/static/static/passbook/passbook.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/passbook/core/templates/base/page.html b/passbook/core/templates/base/page.html index ed157cffa..a64b70b7f 100644 --- a/passbook/core/templates/base/page.html +++ b/passbook/core/templates/base/page.html @@ -21,7 +21,7 @@
- passbook icon + passbook icon {% if config.passbook.branding.title_show %} {{ config.passbook.branding.title }} {% endif %} diff --git a/passbook/static/static/passbook/passbook.css b/passbook/static/static/passbook/passbook.css index feb94337d..645e7d314 100644 --- a/passbook/static/static/passbook/passbook.css +++ b/passbook/static/static/passbook/passbook.css @@ -22,7 +22,7 @@ } .pb-brand > img { - max-height: 80px; + max-height: 76px; margin-right: .5em; }