diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 56158427c..9445f6b5c 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -1,4 +1,4 @@ -@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers +@addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers @inject BTCPayServer.HostedServices.CssThemeManager themeManager @model BTCPayServer.Models.AppViewModels.ViewPointOfSaleViewModel @@ -41,6 +41,10 @@ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: .5rem; } + .card-deck .card:only-of-type { + max-width: 320px; + margin: auto; + } @@ -239,42 +243,29 @@
@description
- } - @String.Format(Model.ButtonText, @item.Price.Formatted) -@description
+ } + @String.Format(Model.ButtonText, @item.Price.Formatted) +@item.Description
} -@description
- } - @if (item.Custom && !Model.EnableShoppingCart) - { - - } - else - { - - } -Create invoice to pay custom amount
+ @if (item.Custom && !Model.EnableShoppingCart) + { -Create invoice to pay custom amount
+ +