diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index f6acbe881..0d079a188 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -116,3 +116,9 @@ a.nav-link:hover { .invoice-details a { word-break: break-word; } + +#qrCode { + padding: 10px; + background: white; + display: inline-block; +}