Skip to content

Commit

Permalink
web/DonateOptionsCard: adjust options mask size
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Sep 27, 2024
1 parent f528919 commit 3ceef95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/components/donate/DonateOptionsCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@
mask-image: linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 4%,
rgba(0, 0, 0, 1) 3%,
rgba(0, 0, 0, 1) 50%,
rgba(0, 0, 0, 1) 96%,
rgba(0, 0, 0, 1) 97%,
rgba(0, 0, 0, 0) 100%
);
}
Expand Down Expand Up @@ -420,7 +420,7 @@
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 20%,
rgba(0, 0, 0, 1) 50%,
rgba(0, 0, 0, 1) 96%,
rgba(0, 0, 0, 1) 97%,
rgba(0, 0, 0, 0) 100%
);
}
Expand All @@ -429,7 +429,7 @@
mask-image: linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 4%,
rgba(0, 0, 0, 1) 3%,
rgba(0, 0, 0, 1) 50%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0) 100%
Expand Down

0 comments on commit 3ceef95

Please sign in to comment.