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;