From ce6a4ce35cf4f0176e165bcdd0658d9da6ee9ceb Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 25 Apr 2023 11:46:15 +0100 Subject: [PATCH] bug: QR modal off screen fixes: #541 --- packages/app/src/Pages/ProfilePage.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages/app/src/Pages/ProfilePage.css b/packages/app/src/Pages/ProfilePage.css index 83735919..e81b203e 100644 --- a/packages/app/src/Pages/ProfilePage.css +++ b/packages/app/src/Pages/ProfilePage.css @@ -194,15 +194,8 @@ margin-top: 12px; } -.qr-modal .modal-body { - width: unset; - margin-top: -120px; -} - .qr-modal .pfp { flex-direction: column; - align-items: center; - justify-content: center; } .qr-modal .pfp .avatar { @@ -220,20 +213,12 @@ .qr-modal .pfp .username { align-items: center; - justify-content: center; - flex-direction: column; } .qr-modal canvas { border-radius: 10px; } -.qr-modal .pfp .display-name { - align-items: center; - justify-content: center; - flex-direction: column; -} - .profile .zap-amount { font-weight: normal; margin-left: 4px;