Password confirmation on account deletion

This commit is contained in:
Michał Gdula 2022-09-20 13:06:41 +00:00
parent 722f9b7fd6
commit 771799ba18
5 changed files with 137 additions and 35 deletions

View file

@ -10,7 +10,7 @@
position: fixed; z-index: 999;
background-color: var(--bg);
backdrop-filter: blur(8px);
backdrop-filter: blur(15px);
opacity: 0;
@ -67,3 +67,9 @@
.flyout-actionbox * * * {
width: auto;
}
.flyout-actionbox > button {
margin-bottom: 0.5rem;
}
.flyout-actionbox > button > * {
width: auto;
}