web/DonateShareCard: expand the card on QR press & better scaling

This commit is contained in:
wukko
2024-08-09 16:06:19 +06:00
parent f81f155eb0
commit d1a2d768d9
4 changed files with 85 additions and 8 deletions

View File

@@ -137,7 +137,7 @@
<style>
:global(#donation-box) {
min-width: 350px;
min-width: 300px;
padding: var(--donate-card-main-padding) 0;
}
@@ -273,6 +273,10 @@
}
@media screen and (max-width: 550px) {
:global(#donation-box) {
min-width: unset;
}
:global(#donation-box .donate-card-title) {
font-size: 14px;
}