From 769cbd2bb6ce95a77dd05b309c1b8cfcb559bb52 Mon Sep 17 00:00:00 2001 From: Cindy Date: Fri, 22 Aug 2025 04:15:05 -0300 Subject: [PATCH] Fix icon spacing issues in multiple UI components (#6886) - Add gap-2 spacing for Uninstall button warning icon in plugins list - Add p-2 padding for date format toggle icon in invoices list - Add gap-2 spacing for View details dropdown icon in checkout This ensures consistent 0.5rem spacing between text and icons across all affected components. Fixes #6880 --- BTCPayServer/Views/UIInvoice/Checkout.cshtml | 6 +++--- BTCPayServer/Views/UIInvoice/ListInvoices.cshtml | 2 +- BTCPayServer/Views/UIServer/ListPlugins.cshtml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/Views/UIInvoice/Checkout.cshtml b/BTCPayServer/Views/UIInvoice/Checkout.cshtml index 99747550d..2adf48eba 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout.cshtml @@ -74,7 +74,7 @@
- @@ -142,7 +142,7 @@ :show-recommended-fee="showRecommendedFee" v-collapsible="displayPaymentDetails" /> - @@ -212,7 +212,7 @@ :show-recommended-fee="showRecommendedFee" v-collapsible="displayPaymentDetails" /> - diff --git a/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml b/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml index ad44188aa..d3920b33e 100644 --- a/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml @@ -328,7 +328,7 @@
Date -
diff --git a/BTCPayServer/Views/UIServer/ListPlugins.cshtml b/BTCPayServer/Views/UIServer/ListPlugins.cshtml index 2a4712458..3da7565d3 100644 --- a/BTCPayServer/Views/UIServer/ListPlugins.cshtml +++ b/BTCPayServer/Views/UIServer/ListPlugins.cshtml @@ -289,7 +289,7 @@ } @if (DependentOn(plugin.Identifier)) { -