From 11f1454627f7c85ffae1f4a3a833267e70f0e2ce Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:08:03 +0000 Subject: [PATCH] amm: icon beside amount & consistent size of add/edit --- basicswap/static/js/amm_tables.js | 4 ++-- basicswap/templates/amm.html | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/basicswap/static/js/amm_tables.js b/basicswap/static/js/amm_tables.js index 0e5ab1f..ad8f074 100644 --- a/basicswap/static/js/amm_tables.js +++ b/basicswap/static/js/amm_tables.js @@ -122,13 +122,13 @@ const AmmTablesManager = (function() {
- ${fromDisplayName} + ${toDisplayName} - ${toDisplayName} + ${fromDisplayName}
diff --git a/basicswap/templates/amm.html b/basicswap/templates/amm.html index 40bab02..0eb68d0 100644 --- a/basicswap/templates/amm.html +++ b/basicswap/templates/amm.html @@ -26,7 +26,6 @@ -
{% include 'inc_messages.html' %} @@ -1347,7 +1346,7 @@
-
+