diff --git a/BTCPayServer/Views/UIPaymentRequest/ViewPaymentRequest.cshtml b/BTCPayServer/Views/UIPaymentRequest/ViewPaymentRequest.cshtml index e950034e3..1f6c01b09 100644 --- a/BTCPayServer/Views/UIPaymentRequest/ViewPaymentRequest.cshtml +++ b/BTCPayServer/Views/UIPaymentRequest/ViewPaymentRequest.cshtml @@ -37,14 +37,8 @@ - @Model.Title - - - - - + - @if (Model.CustomCSSLink != null) { @@ -62,12 +56,6 @@ .invoice + .invoice { margin-top: var(--btcpay-space-m); } .invoice .badge { font-size: var(--btcpay-font-size-s); } -
@@ -373,10 +361,17 @@
+ diff --git a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml index e2cee255e..5d852d155 100644 --- a/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml +++ b/BTCPayServer/Views/UIPullPayment/ViewPullPayment.cshtml @@ -27,25 +27,13 @@ - @ViewData["Title"] - - - - - + - @if (Model.CustomCSSLink != null) { } @Safe.Raw(Model.EmbeddedCSS) -
@@ -200,8 +188,14 @@
diff --git a/BTCPayServer/bundleconfig.json b/BTCPayServer/bundleconfig.json index 0da52cf28..ce77b0244 100644 --- a/BTCPayServer/bundleconfig.json +++ b/BTCPayServer/bundleconfig.json @@ -110,9 +110,6 @@ "wwwroot/vendor/bootstrap-vue/bootstrap-vue.js", "wwwroot/vendor/signalr/signalr.js", "wwwroot/vendor/animejs/anime.min.js", - "wwwroot/vendor/moment/moment.min.js", - "wwwroot/js/copy-to-clipboard.js", - "wwwroot/main/utils.js", "wwwroot/payment-request/**/*.js" ], "minify": {