From 21467ef65dc75c1c6854445c368aa1f63dece3e1 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Wed, 24 Feb 2021 05:01:05 -0800 Subject: [PATCH] Add "vertical-align: middle;" to pay button image CSS (#2312) closes #2311 --- BTCPayServer/wwwroot/paybutton/paybutton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/paybutton/paybutton.js b/BTCPayServer/wwwroot/paybutton/paybutton.js index cfce74a20..a6d1e254f 100644 --- a/BTCPayServer/wwwroot/paybutton/paybutton.js +++ b/BTCPayServer/wwwroot/paybutton/paybutton.js @@ -181,7 +181,7 @@ function inputChanges(event, buttonSize) { }else{ var numheight = parseInt(height.replace("px", "")); html+= '' } html += '';