Skip to content

Commit

Permalink
Merge pull request transfem-org#125 from transfem-org/fix/blur
Browse files Browse the repository at this point in the history
fix: add blur to MkDonation
  • Loading branch information
Insert5StarName authored Nov 1, 2023
2 parents d252dc3 + aaf5ada commit 5ab8dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkDonation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function neverShow() {
width: calc(100% - (var(--margin) * 2));
max-width: 500px;
display: flex;
backdrop-filter: var(--blur, blur(15px));
}

.icon {
Expand Down

0 comments on commit 5ab8dcf

Please sign in to comment.