web/DonateShareCard: optimize qr size

This commit is contained in:
wukko 2024-09-27 21:35:02 +06:00
parent 5307e86bce
commit f528919072
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -140,7 +140,6 @@
display: flex;
flex-direction: row;
gap: 12px;
max-height: 140px;
}
#share-qr {
@ -153,8 +152,8 @@
}
#share-qr :global(svg) {
width: 140px;
height: 140px;
width: 132px;
height: 132px;
border-radius: 12px;
box-shadow: 0 0 0 2px rgba(255, 255, 255, var(--donate-border-opacity));
}