web/DonateShareCard: reduce action button padding

might help with translations
This commit is contained in:
wukko 2025-02-27 20:12:40 +06:00
parent dc0803d292
commit 3651b98b2d
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -176,7 +176,7 @@
.action-button { .action-button {
align-items: center; align-items: center;
width: 100%; width: 100%;
padding: 0 10px; padding: 0 6px;
font-size: 13px; font-size: 13px;
gap: 2px; gap: 2px;
} }