From 11d57e9d5288e113bb42045816cf08e3c1f8fca7 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 13 Nov 2023 14:42:01 +0000 Subject: [PATCH] hotfix toolbar title (#2096) fix button wrapping on toolbar Co-authored-by: Arc <33088785+arcbtc@users.noreply.github.com> --- lnbits/templates/base.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 146a11cc1..2248b8b64 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -45,8 +45,9 @@ > {% endblock %} - - {% block toolbar_title %} {% if USE_CUSTOM_LOGO %} + {% block toolbar_title %} + {% if USE_CUSTOM_LOGO %} Logo {%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %}