From 8c17811c5fa46778b972258e4fb6f8e5fe262ace Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 21 May 2022 23:04:51 -0600 Subject: [PATCH] Add padding and background to crypto QR code, Fix #10 --- www/assets/css/customstyles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/www/assets/css/customstyles.css b/www/assets/css/customstyles.css index 4523a16..6d6e863 100644 --- a/www/assets/css/customstyles.css +++ b/www/assets/css/customstyles.css @@ -104,6 +104,18 @@ html.md #track-page-tabbar .tabbar-label { } } +/* + + Crypto + +*/ + +#paymentRequestQRCodeContainer img { + padding: 2em; + background-color: white; + max-width: 100%; +} + /* Map