mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
Password confirmation on account deletion
This commit is contained in:
parent
722f9b7fd6
commit
771799ba18
5 changed files with 137 additions and 35 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue