web/DonateShareCard: increase the shadow when expanded

This commit is contained in:
wukko 2024-09-27 21:21:27 +06:00
parent fede942a3f
commit 4f6d94d8e0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -113,6 +113,7 @@
padding: var(--donate-card-main-padding);
min-width: 320px;
width: fit-content;
transition: box-shadow 0.15s;
}
#share-card-header {
@ -198,8 +199,7 @@
z-index: 1;
box-shadow:
0 0 0 2px rgba(255, 255, 255, var(--donate-border-opacity)) inset,
0 0 10px 2px rgba(0, 0, 0, 0.5);
transition: box-shadow 0.15s;
0 0 20px 3px rgba(0, 0, 0, 0.5);
}
:global(#share-box.expanded #share-qr svg) {