Do not delete comment containers; replace them with success message. This also fixes a visual bug when deleting the last comment

This commit is contained in:
Maximilian Grundke
2017-08-25 18:33:39 +02:00
parent 73ec4d0902
commit bb79852e42
4 changed files with 17 additions and 5 deletions

View File

@@ -90,6 +90,12 @@
border: 1px solid #cccccc;
padding: 15px;
.comment-removed {
margin-top: 20px;
margin-bottom: 20px;
font-style: italic;
}
.popover-actions {
display: flex;