Replaced window.prompt()/alert() with custom popup

This commit is contained in:
rainbow napkin 2024-12-05 03:46:44 -05:00
parent 8ccb9003cc
commit ee5a8d9516
14 changed files with 138 additions and 63 deletions

13
www/css/popup/delete.css Normal file
View file

@ -0,0 +1,13 @@
#delete-channel-popup-content, #delete-account-popup-content{
text-align: center;
}
#delete-channel-popup-prompt, #delete-account-popup-password{
width: 75%;
margin: 0 auto;
}
#delete-channel-popup-prompt-span, #delete-account-popup-password-span{
display: flex;
flex-direction: column;
}