Allow to delete single comments via UI

This commit is contained in:
Maximilian Grundke
2017-08-25 18:15:55 +02:00
parent 6aaa0f3bca
commit 3dd4cb440b
2 changed files with 52 additions and 45 deletions

View File

@@ -22,8 +22,9 @@
display: none !important;
}
p.comment {
width: 400px;
.comment {
width: 100%;
min-width: 200px;
}
.popover-header {
@@ -57,11 +58,19 @@ p.comment {
margin-bottom: 10px;
}
.popover-comment-editor {
width: 100%;
height: auto;
background-color: inherit;
border-style: hidden;
}
.popover-divider {
width: 100%;
height: 1px;
background-color: #008cba;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
}
@@ -79,6 +88,7 @@ p.comment {
max-height: 200px;
overflow-y: auto;
border: 1px solid #cccccc;
padding: 15px;
.popover-actions {
display: flex;