add ability to delete posts

This commit is contained in:
2025-05-25 04:29:15 +03:00
parent 8a9a5e5bd9
commit ca0256268b
6 changed files with 107 additions and 5 deletions

View File

@ -136,6 +136,20 @@ pre code {
font-size: 1rem;
}
#delete-dialog {
padding: 0;
border-radius: 4px;
border: 2px solid black;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.delete-dialog-inner {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.copy-code-container {
position: sticky;
width: calc(100% - 4px);