mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
hotfix toolbar title (#2096)
fix button wrapping on toolbar Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
62fa22098e
commit
11d57e9d52
@@ -45,8 +45,9 @@
|
|||||||
></q-btn>
|
></q-btn>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<q-toolbar-title>
|
<q-toolbar-title>
|
||||||
<q-btn flat no-caps dense size="lg" type="a" href="/">
|
{% block toolbar_title %}
|
||||||
{% block toolbar_title %} {% if USE_CUSTOM_LOGO %}
|
<q-btn flat no-caps dense size="lg" type="a" href="/"
|
||||||
|
>{% if USE_CUSTOM_LOGO %}
|
||||||
<img height="30px" alt="Logo" src="{{ USE_CUSTOM_LOGO }}" />
|
<img height="30px" alt="Logo" src="{{ USE_CUSTOM_LOGO }}" />
|
||||||
{%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else
|
{%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else
|
||||||
%}
|
%}
|
||||||
|
Reference in New Issue
Block a user