Merge pull request #125 from transfem-org/fix/blur
fix: add blur to MkDonation
This commit is contained in:
commit
5ab8dcf2be
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ function neverShow() {
|
|||
width: calc(100% - (var(--margin) * 2));
|
||||
max-width: 500px;
|
||||
display: flex;
|
||||
backdrop-filter: var(--blur, blur(15px));
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue