From 81aef06f75f63dbc7e30b5465aaef6c57dc760a1 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Tue, 17 Dec 2024 08:01:57 +0000 Subject: [PATCH] make dialogs position at top (#2837) --- lnbits/core/templates/node/_tab_channels.html | 6 +++--- lnbits/core/templates/node/_tab_transactions.html | 8 ++++++-- lnbits/core/templates/node/index.html | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lnbits/core/templates/node/_tab_channels.html b/lnbits/core/templates/node/_tab_channels.html index 413f9ce59..ac9796d27 100644 --- a/lnbits/core/templates/node/_tab_channels.html +++ b/lnbits/core/templates/node/_tab_channels.html @@ -1,5 +1,5 @@ - + - + - +
diff --git a/lnbits/core/templates/node/_tab_transactions.html b/lnbits/core/templates/node/_tab_transactions.html index efeec1960..339b00ff7 100644 --- a/lnbits/core/templates/node/_tab_transactions.html +++ b/lnbits/core/templates/node/_tab_transactions.html @@ -1,6 +1,6 @@ - +
@@ -120,7 +120,11 @@ > Pending - +
diff --git a/lnbits/core/templates/node/index.html b/lnbits/core/templates/node/index.html index b6aef6a79..63eb07ff9 100644 --- a/lnbits/core/templates/node/index.html +++ b/lnbits/core/templates/node/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %} - +