hotfix toolbar title (#2096)

fix button wrapping on toolbar

Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com>
This commit is contained in:
Tiago Vasconcelos 2023-11-13 14:42:01 +00:00 committed by GitHub
parent 62fa22098e
commit 11d57e9d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
%} %}