add post editing

This commit is contained in:
2025-05-24 00:11:27 +03:00
parent 738b4163a8
commit e7260090ac
10 changed files with 224 additions and 22 deletions

View File

@ -377,3 +377,23 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
.draggable-topic.dragged {
background-color: rgb(177, 206, 204.5);
}
.editing {
background-color: rgb(217.26, 220.38, 213.42);
}
.context-explain {
margin: 20px 0;
display: flex;
justify-content: space-evenly;
}
.post-edit-form {
display: flex;
flex-direction: column;
align-items: baseline;
height: 100%;
}
.post-edit-form > textarea {
height: 100%;
}