From 7a04c2974fbccfe200868a0cad64b0f8fc5ffdc0 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 9 Oct 2018 23:21:05 +0900 Subject: [PATCH] Center QR Authenticator QR Code --- BTCPayServer/Views/Manage/EnableAuthenticator.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/Views/Manage/EnableAuthenticator.cshtml b/BTCPayServer/Views/Manage/EnableAuthenticator.cshtml index 8eeb75748..e10ccdc94 100644 --- a/BTCPayServer/Views/Manage/EnableAuthenticator.cshtml +++ b/BTCPayServer/Views/Manage/EnableAuthenticator.cshtml @@ -56,5 +56,6 @@ width: 150, height: 150 }); + $("#qrCode > img").css({ "margin": "auto" }); }