Show edit and delete buttons for comments that can be edited by the user

This commit is contained in:
Maximilian Grundke
2017-08-24 11:48:26 +02:00
parent b64809c4b9
commit 771793f32e
2 changed files with 22 additions and 3 deletions

View File

@@ -65,9 +65,13 @@ p.comment {
margin-bottom: 10px;
}
.popover-action-button {
display: none;
}
#otherComments {
h5 {
margin-top: 0px;
margin-top: 0;
}
.container {
@@ -75,6 +79,15 @@ p.comment {
max-height: 200px;
overflow-y: auto;
border: 1px solid #cccccc;
.popover-actions {
display: flex;
.popover-action-button {
display: block;
margin-right: 5px;
}
}
}
}