Update crypto donation

This commit is contained in:
JonnyWong16 2025-05-10 15:56:52 -07:00
parent cc88cffc1f
commit ff5edc06fe
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 69 additions and 4 deletions

View file

@ -4575,12 +4575,32 @@ a.donate-with-crypto::after {
top: 0;
left: 0;
}
#crypto-select {
width: 280px;
margin: 15px auto;
}
#crypto-qrcode {
width: 258px;
padding: 0;
margin: 15px auto;
line-height: 0;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
display: none;
}
#crypto-address {
margin: 15px auto;
text-align: center;
display: none;
}
#api_qr_code {
width: 100%;
padding: 0;
margin: 0 0 10px;
line-height: 1;
line-height: 0;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;